use rofi in combi mode

This commit is contained in:
albert 2023-11-15 20:37:00 +09:00
parent 28514cf7e8
commit 20a2fb97dc
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -152,7 +152,8 @@
############################################################################# #############################################################################
# Custom keybinds # Custom keybinds
# Show Rofi on SUPER-SPACE # Show Rofi on SUPER-SPACE
bind = $mainMod, space, exec, rofi -show drun -show-icons bind = $mainMod, space, exec, rofi -show combi -show-icons
# bind = $mainMod, space, exec, rofi -show drun -show-icons
# Take a screenshot with the Print key # Take a screenshot with the Print key
bind = , Print, exec, grim -g "$(slurp)" | wl-copy -t image/png bind = , Print, exec, grim -g "$(slurp)" | wl-copy -t image/png