Fix logout script issue, clean up scripts for rofi, changed polybar launcher script name

This commit is contained in:
natemaia
2017-12-02 19:56:08 -08:00
parent 5be5c23629
commit f9dfbf748f
35 changed files with 71 additions and 54 deletions

View File

@ -1,6 +1,6 @@
Section "InputClass"
Identifier "Mouse"
Driver "libinput"
MatchIsPointer "yes"
Option "AccelProfile" "flat"
Identifier "Mouse"
Driver "libinput"
MatchIsPointer "yes"
Option "AccelProfile" "flat"
EndSection

View File

@ -1,9 +1,9 @@
Section "ServerFlags"
Option "DontZap" "false"
Option "DontZap" "false"
EndSection
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection