diff --git a/hyprland/hyprland.conf b/hyprland/hyprland.conf index 70b17cd..48215af 100644 --- a/hyprland/hyprland.conf +++ b/hyprland/hyprland.conf @@ -78,7 +78,7 @@ bind=SUPER,slash,exec,brave bind=SUPER,V,togglefloating, bind=SUPER,F,fullscreen, 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_SHIFT,E,exit, bind=,XF86AudioRaiseVolume,exec,amixer -D pulse sset Master 5%+ && amixer sset Master unmute diff --git a/scripts/bwmenu b/scripts/bwmenu new file mode 100755 index 0000000..2cf37e1 --- /dev/null +++ b/scripts/bwmenu @@ -0,0 +1,3 @@ +#!/bin/sh + +rbw list | wofi --show dmenu | xargs -I_ rbw get _ | wl-copy