diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-04-23 20:21:54 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-04-25 00:40:52 -0400 |
commit | b6dfc854fe402d2d3bac76146d8dd581552310fd (patch) | |
tree | 64d433fa27a27e8ccbcd4e3be494146d7f6f84cc /.config/i3/config | |
parent | 9bc43138b72b05004d000a53613f2936df58fdec (diff) | |
download | dogfiles-b6dfc854fe402d2d3bac76146d8dd581552310fd.tar.gz |
accidentally reverted autostart changes
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config index a255890..c9d384d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -11,10 +11,7 @@ ################################# # AUTOSTART SECTION # ############################### -exec xcompmgr & -exec "sh ~/.fehbg &" exec_always --no-startup-id $HOME/.config/polybar/launch.sh -exec "redshift -l 34:84 -t 5500:4000 &" exec "pactl upload-sample /usr/share/sounds/freedesktop/stereo/bell.oga x11-bell" exec "pactl load-module module-x11-bell sample=x11-bell display=$DISPLAY" exec "xset b 100" @@ -62,8 +59,8 @@ bindsym XF86AudioLowerVolume exec "amixer -D pulse sset Master 5%-" bindsym XF86AudioRaiseVolume exec "amixer -D pulse sset Master 5%+" bindsym XF86AudioMicMute exec "amixer -D pulse sset Mic toggle" #bindsym XF86Sleep exec dmenu_run -bindsym XF86MonBrightnessDown exec "backlight -5" -bindsym XF86MonBrightnessUp exec "backlight 5" +bindsym XF86MonBrightnessDown exec "xbacklight -dec 10" +bindsym XF86MonBrightnessUp exec "xbacklight -inc 10" bindsym Print exec "scrot ~/screens/$(date +%Y-%m-%d-%H:%M:%S).png" #bindsym $mod+c exec "xterm -e cataclysm" |