From a3525f29ccd43e0a1a573629db8076c0a5ade54f Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Mon, 17 Jan 2022 06:14:12 +0000 Subject: [PATCH] Block out screen with imv --- .config/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 8627c9e..db7956c 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -8,6 +8,7 @@ set $right l # Programs set $term foot set $menu bemenu-run +set $lock imv-wayland -f # I'm too lazy to package swaylock # Output settings output * bg ~/.local/share/backgrounds/pocketchip.png fill @@ -25,6 +26,7 @@ input "1:1:1c25000.rtp" { # Terminal and launcher controls bindsym $mod+Return exec $term bindsym $mod+D exec $menu +bindsym $mod+M exec $lock # Window controls bindsym $mod+Shift+q kill