1
0
Fork 0

Set up fuzzel

This commit is contained in:
Ryan Fox 2022-04-23 08:42:09 +00:00
parent 527490d709
commit 98478e1971
2 changed files with 4 additions and 0 deletions

View File

@ -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

2
bin/run-fuzzel Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
fuzzel -f monospace:size=7 -r 0 -b 000000dd -C ff79c6ff -t ff79c6ff $@