X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.config%2Fi3%2Fconfig;h=1d1485c56c391bf2c260dbcb49e257c3a1f6f281;hb=8ffc85024b913df6d6a6c6a8113306b8892ed108;hp=479c40c324c0ced36b7d9a24a4f44a9c8f6750da;hpb=597705ad735abef3def5a356f6e329eb2a978020;p=dotfiles.git diff --git a/x/.config/i3/config b/x/.config/i3/config index 479c40c..1d1485c 100644 --- a/x/.config/i3/config +++ b/x/.config/i3/config @@ -14,9 +14,10 @@ set $font DejaVu Sans Mono set $fontsize 12 # lock the screen after 10 minutes -exec xautolock -locker 'echo RELOADAGENT | gpg-connect-agent; i3lock' +exec xautolock -locker '/home/mart/.local/bin/lock.sh' # set a background exec ~/.local/bin/bg +# Start the notification daemon exec dunst # Printscreen current window @@ -55,9 +56,9 @@ bindsym $mod+s focus right # alternatively, you can use the cursor keys: bindsym XF86MonBrightnessUp exec xbacklight -inc 5 bindsym XF86MonBrightnessDown exec xbacklight -dec 5 -bindsym XF86AudioMute exec pactl set-sink-mute 1 toggle -bindsym XF86AudioLowerVolume exec pactl set-sink-volume 1 -5% -bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 1 +5% +bindsym XF86AudioMute exec amixer -c 1 set Master toggle +bindsym XF86AudioLowerVolume exec amixer -c 1 set Master 5%- +bindsym XF86AudioRaiseVolume exec amixer -c 1 set Master 5%+ # move focused window bindsym $mod+Shift+h move left