|
|
|
@ -1,9 +1,3 @@
@@ -1,9 +1,3 @@
|
|
|
|
|
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 |
|
|
|
|
|
|
|
|
|
# Disable window borders |
|
|
|
|
for_window [class="^.*"] border pixel 2 |
|
|
|
|
hide_edge_borders smart |
|
|
|
@ -81,7 +75,7 @@ bindsym $mod+Shift+q kill
@@ -81,7 +75,7 @@ bindsym $mod+Shift+q kill
|
|
|
|
|
|
|
|
|
|
# start dmenu (a program launcher) |
|
|
|
|
bindsym $mod+space exec rofi -show run |
|
|
|
|
bindsym $mod+c exec firefox-developer |
|
|
|
|
bindsym $mod+c exec firefox-developer-edition |
|
|
|
|
bindsym $mod+n exec "~/bin/lock.sh" |
|
|
|
|
|
|
|
|
|
# change focus |
|
|
|
@ -184,9 +178,12 @@ bar {
@@ -184,9 +178,12 @@ bar {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
exec --no-startup-id dropbox start |
|
|
|
|
exec --no-startup-id nm-applet |
|
|
|
|
exec --no-startup-id ~/bin/battery_notify |
|
|
|
|
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 |
|
|
|
|
exec_always feh --bg-scale --randomize ~/Pictures/rotating-wallpapers/* |
|
|
|
|