bwmenu script
This commit is contained in:
parent
c0466602b7
commit
98af4d5664
2 changed files with 4 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ bind=SUPER,slash,exec,brave
|
||||||
bind=SUPER,V,togglefloating,
|
bind=SUPER,V,togglefloating,
|
||||||
bind=SUPER,F,fullscreen,
|
bind=SUPER,F,fullscreen,
|
||||||
bind=SUPER,d,exec,wofi --show drun
|
bind=SUPER,d,exec,wofi --show drun
|
||||||
bind=SUPER_SHIFT,P,exec,bwmenu
|
bind=SUPER_SHIFT,P,exec,~/.local/scripts/bwmenu
|
||||||
bind=SUPER,apostrophe,exec,notify-send -i mpv "$(playerctl metadata --format '{{title}}')" "$(playerctl metadata --format '{{album}}')" -t 3000
|
bind=SUPER,apostrophe,exec,notify-send -i mpv "$(playerctl metadata --format '{{title}}')" "$(playerctl metadata --format '{{album}}')" -t 3000
|
||||||
bind=SUPER_SHIFT,E,exit,
|
bind=SUPER_SHIFT,E,exit,
|
||||||
bind=,XF86AudioRaiseVolume,exec,amixer -D pulse sset Master 5%+ && amixer sset Master unmute
|
bind=,XF86AudioRaiseVolume,exec,amixer -D pulse sset Master 5%+ && amixer sset Master unmute
|
||||||
|
|
|
||||||
3
scripts/bwmenu
Executable file
3
scripts/bwmenu
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rbw list | wofi --show dmenu | xargs -I_ rbw get _ | wl-copy
|
||||||
Loading…
Add table
Add a link
Reference in a new issue