Expand dunst backlog, add bangs to rofi

Hook in bang script to let rofi handle things like !g and !yt.
This commit is contained in:
Trysdyn Black 2021-04-23 23:09:50 -07:00
parent 38b3d157b8
commit 5612ffe971
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[global]
geometry = "600x10"
geometry = "600x20"
shrink = no
follow = mouse
indicate_hidden = yes

View file

@ -73,7 +73,7 @@ bindsym button3 kill
bindsym $mod+Tab exec "rofi -show window"
# rofi launcher
bindsym $mod+space exec "rofi -show run"
bindsym $mod+space exec "rofi -modi window,run,bangs:bin/rofi_bangs.py -show run"
# pcmanfm -- file manager
bindsym $mod+Shift+Return exec "pcmanfm"