chore: move .Xresources and .xmodmap to ~/.config/x11/
parent
6948b436aa
commit
dbba3d9ee1
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue