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:
parent
38b3d157b8
commit
5612ffe971
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[global]
|
||||
geometry = "600x10"
|
||||
geometry = "600x20"
|
||||
shrink = no
|
||||
follow = mouse
|
||||
indicate_hidden = yes
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue