use rofi in combi mode
This commit is contained in:
parent
28514cf7e8
commit
20a2fb97dc
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue