chore: move .Xresources and .xmodmap to ~/.config/x11/

pull/1/head
anemofilia 2023-10-15 09:45:57 -03:00
parent 6948b436aa
commit dbba3d9ee1
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 2 additions and 2 deletions

View File

@ -856,11 +856,11 @@ end)
--{{{ Autorun programs --{{{ Autorun programs
autorun = true autorun = true
autorunApps = { autorunApps = {
"xrdb -load /home/radio/.Xresources", "xrdb -load /home/radio/.config/x11/xresources",
"keepassxc", "keepassxc",
"/home/radio/.profile", "/home/radio/.profile",
"setxkbmap -layout 'us,br' -option 'grp:menu_switch,parens:swap_brackets,caps:swapescape'", "setxkbmap -layout 'us,br' -option 'grp:menu_switch,parens:swap_brackets,caps:swapescape'",
"xmodmap /home/radio/.xmodmap", "xmodmap /home/radio/.config/x11/xmodmap",
"xset r rate 160 35", "xset r rate 160 35",
"xset b off", "xset b off",
"xbanish", "xbanish",