summary refs log tree commit diff stats
path: root/.config/i3/config
diff options
context:
space:
mode:
authorBenjamin Morrison <ben@gbmor.org>2022-01-25 14:32:50 -0500
committerBenjamin Morrison <ben@gbmor.org>2022-01-25 14:32:50 -0500
commit799d7f392561c385a2810c04f7c841c7b84dc41a (patch)
treed85ac8f878705216ec025875fd4ba73a89c78480 /.config/i3/config
parenta108b2ea07f0ecb716b8a89ac25032749c21a92d (diff)
downloaddogfiles-799d7f392561c385a2810c04f7c841c7b84dc41a.tar.gz
changes for new machine
Diffstat (limited to '.config/i3/config')
-rw-r--r--.config/i3/config11
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config
index d999797..6966a85 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -15,6 +15,7 @@ exec_always "sh $HOME/.fehbg"
 exec_always --no-startup-id $HOME/.config/polybar/launch.sh
 exec "xcompmgr &"
 exec "xscreensaver &"
+exec "blueman-applet"
 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"
@@ -53,7 +54,7 @@ floating_modifier $mod
 bindsym $mod+m bar mode toggle
 
 # start a terminal
-bindsym $mod+Shift+Return exec st
+bindsym $mod+Shift+Return exec xterm
 bindsym $mod+Return exec alacritty
 
 bindsym XF86AudioMute exec "amixer -D pulse sset Master toggle"
@@ -61,8 +62,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 "xbacklight -dec 5"
-bindsym XF86MonBrightnessUp exec "xbacklight -inc 5"
+bindsym XF86MonBrightnessDown exec "brightnessctl s 15-"
+bindsym XF86MonBrightnessUp exec "brightnessctl s +15"
 bindsym Print exec "scrot ~/screens/$(date +%Y-%m-%d-%H:%M:%S).png"
 
 #bindsym $mod+c exec "xterm -e cataclysm"
@@ -172,9 +173,9 @@ bindsym $mod+Shift+e exec "i3-msg exit"
 
 #lock screen
 #bindsym $mod+Shift+Delete exec "i3lock -c 000000 -i img/freebsd-green.jpg"
-bindsym $mod+Shift+Delete exec "i3lock -c 000000 -i img/locked.png"
+bindsym $mod+Shift+Delete exec "xscreensaver-command -lock"
 #sleep
-bindsym $mod+Shift+End exec "sudo zzz"
+bindsym $mod+Shift+End exec "systemctl suspend"
 
 # resize window (you can also use the mouse for that)
 mode "resize" {