|
|
|
@ -1,14 +1,8 @@
@@ -1,14 +1,8 @@
|
|
|
|
|
exec "xinput set-button-map 14 1 2 3 5 4 6 7 8 9 10 11 12" |
|
|
|
|
exec "setxkbmap -option 'caps:ctrl_modifier'" |
|
|
|
|
exec "setxkbmap -option compose:ralt" |
|
|
|
|
exec "xcape -e 'Caps_Lock=Escape'" |
|
|
|
|
exec "xsetroot -cursor_name left_ptr" |
|
|
|
|
exec --no-startup-id dropbox start |
|
|
|
|
exec --no-startup-id nm-applet |
|
|
|
|
exec --no-startup-id ~/bin/battery_notify |
|
|
|
|
exec --no-startup-id powertop --auto-tune |
|
|
|
|
exec --no-startup-id tlp start |
|
|
|
|
exec --no-startup-id xset r rate 225 30 |
|
|
|
|
|
|
|
|
|
# Disable window borders |
|
|
|
|
for_window [class="^.*"] border pixel 2 |
|
|
|
@ -190,4 +184,9 @@ bar {
@@ -190,4 +184,9 @@ bar {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
exec_always "xinput set-button-map 14 1 2 3 5 4 6 7 8 9 10 11 12" |
|
|
|
|
exec_always "setxkbmap -option compose:ralt" |
|
|
|
|
exec_always "xsetroot -cursor_name left_ptr" |
|
|
|
|
exec_always "~/bin/caps" |
|
|
|
|
exec_always "~/bin/key-rate" |
|
|
|
|
exec_always feh --bg-scale ~/Pictures/gnuslashlinux.png |
|
|
|
|