commit 1c42d85559dfec3d302469a2115ebd5c1c3f2c68 (tree)
parent c9e2b48388db6732ba589b8c1ca949e4d08b538e
Author: Motiejus Jakštys <motiejus@uber.com>
Date: Mon, 20 Jul 2020 23:20:24 +0300
locking is a bit more useful now
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
@@ -187,7 +187,7 @@ exec --no-startup-id blueman-applet &
exec --no-startup-id pnmixer &
exec --no-startup-id xss-lock -- i3lock --ignore-empty-password --pointer win --color=$lockbg &
-bindsym $mod+space exec --no-startup-id /home/motiejus/bin/kbtoggle
+bindsym $mod+space exec --no-startup-id i3lock --ignore-empty-password --pointer win --color=$lockbg &
bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
@@ -200,7 +200,6 @@ bindsym $mod+b split h
bindsym $mod+v split v
bindsym $mod+Left workspace prev
bindsym $mod+Right workspace next
-bindsym $mod+Ctrl+q exec --no-startup-id i3lock --ignore-empty-password --pointer win --color=$lockbg
bindsym $mod+minus move scratchpad
bindsym $mod+plus scratchpad show; floating toggle
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5%; exec --no-startup-id pactl set-sink-volume 1 +5%