Block out screen with imv
This commit is contained in:
parent
3d4b9ff97e
commit
a3525f29cc
@ -8,6 +8,7 @@ set $right l
|
|||||||
# Programs
|
# Programs
|
||||||
set $term foot
|
set $term foot
|
||||||
set $menu bemenu-run
|
set $menu bemenu-run
|
||||||
|
set $lock imv-wayland -f # I'm too lazy to package swaylock
|
||||||
|
|
||||||
# Output settings
|
# Output settings
|
||||||
output * bg ~/.local/share/backgrounds/pocketchip.png fill
|
output * bg ~/.local/share/backgrounds/pocketchip.png fill
|
||||||
@ -25,6 +26,7 @@ input "1:1:1c25000.rtp" {
|
|||||||
# Terminal and launcher controls
|
# Terminal and launcher controls
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
bindsym $mod+D exec $menu
|
bindsym $mod+D exec $menu
|
||||||
|
bindsym $mod+M exec $lock
|
||||||
|
|
||||||
# Window controls
|
# Window controls
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
Loading…
Reference in New Issue
Block a user