diff --git a/.config/sway/config b/.config/sway/config index db7956c..070a640 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 $launcher run-fuzzel set $lock imv-wayland -f # I'm too lazy to package swaylock # Output settings @@ -26,6 +27,7 @@ input "1:1:1c25000.rtp" { # Terminal and launcher controls bindsym $mod+Return exec $term bindsym $mod+D exec $menu +bindsym $mod+Shift+D exec $launcher bindsym $mod+M exec $lock # Window controls diff --git a/bin/run-fuzzel b/bin/run-fuzzel new file mode 100755 index 0000000..9e8e99e --- /dev/null +++ b/bin/run-fuzzel @@ -0,0 +1,2 @@ +#!/bin/sh +fuzzel -f monospace:size=7 -r 0 -b 000000dd -C ff79c6ff -t ff79c6ff $@