dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit b3b9ebc5181dcc87105ac39365cc5094da8f9e64
parent a2fc8ab50b2ac2e70c38fd7c1d6c8312774bf8e9
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Oct 2023 15:05:16 -0700

Update .xsession

This now just sources .xinitrc in order to reduce duplication. It could
also be updated to source .zshenv so long as it's not using any zsh
specific features.

Diffstat:
M.xsession | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.xsession b/.xsession @@ -1,7 +1,3 @@ -# Use ibus for Japanese IME. -export GTK_IM_MODULE=fcitx -export QT_IM_MODULE=fcitx -export XMODIFIERS=@im=fcitx -export GDK_SCALE=2 +#!/bin/sh -exec /usr/local/bin/i3 +. ~/.xinitrc