Set up fuzzel
This commit is contained in:
parent
527490d709
commit
98478e1971
@ -8,6 +8,7 @@ set $right l
|
|||||||
# Programs
|
# Programs
|
||||||
set $term foot
|
set $term foot
|
||||||
set $menu bemenu-run
|
set $menu bemenu-run
|
||||||
|
set $launcher run-fuzzel
|
||||||
set $lock imv-wayland -f # I'm too lazy to package swaylock
|
set $lock imv-wayland -f # I'm too lazy to package swaylock
|
||||||
|
|
||||||
# Output settings
|
# Output settings
|
||||||
@ -26,6 +27,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+Shift+D exec $launcher
|
||||||
bindsym $mod+M exec $lock
|
bindsym $mod+M exec $lock
|
||||||
|
|
||||||
# Window controls
|
# Window controls
|
||||||
|
2
bin/run-fuzzel
Executable file
2
bin/run-fuzzel
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
fuzzel -f monospace:size=7 -r 0 -b 000000dd -C ff79c6ff -t ff79c6ff $@
|
Loading…
x
Reference in New Issue
Block a user