dotfiles for my Linux setup

[[ ๐Ÿ—ƒ ^ezb9j dotfiles ]] :: [๐Ÿ“ฅ Inbox] [๐Ÿ“ค Outbox] [๐Ÿ’ฅ Errbox] [๐Ÿค Followers] [๐Ÿค Collaborators] [๐Ÿ— Projects] [๐Ÿ›  Commits]

Clone

HTTPS: git clone https://code.naskya.net/repos/ezb9j

SSH: git clone USERNAME@code.naskya.net:ezb9j

Branches

Tags

main :: xorg /

.xinitrc

export GTK_IM_MODULE='fcitx'
export QT_IM_MODULE='fcitx'
export XMODIFIERS='@im=fcitx'
export DefaultIMModule='fcitx'
fcitx5 &

picom &

[ -f ~/.fehbg ] && ~/.fehbg &
[ -f ~/.Xresources ] && xrdb ~/.Xresources
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap

exec xmonad

[See repo JSON]