fix: run xmodmap after setxkbmap on awesomeWM startup

pull/1/head
anemofilia 2023-09-05 12:08:09 -03:00
parent 0d8c4700c0
commit 7b0fcc8543
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 3 additions and 3 deletions

View File

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