diff options
author | Adam M. Stück <adam@adast.xyz> | 2022-12-05 08:42:43 +0100 |
---|---|---|
committer | Adam M. Stück <adam@adast.xyz> | 2022-12-05 08:42:43 +0100 |
commit | 89b2764e5c6ca2e85a534153246f7cd37befd1c7 (patch) | |
tree | 8ffe491f80c9d8bef48989ac57a6f2c7e2754caf /.config/sxhkd/sxhkdrc | |
parent | 53acadfa34f0b8fcc79d0f34c21e5ae68b816516 (diff) |
Switched back to rofi from dmenu
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index d05128d..a0c84de 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -5,7 +5,7 @@ super + shift + r i3-msg restart super + shift + p - $HOME/.local/bin/dmenu/dm-power + rofi -show p -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/logout --confirm=" super + Escape systemctl suspend @@ -32,16 +32,13 @@ super + shift + c $HOME/.local/bin/comptoggle super + d - dmenu_run -p 'Run:' -b -i -fn 'JetBrainsMono NerdFont:size=11' + rofi -show drun -show-icons -drun-display-format \{name\} alt + b - clipmenu -p 'Clipboard:' -b -i -fn 'JetBrainsMono NerdFont:size=11' + clipmenu -i -p clipmenu super + p - $HOME/.local/bin/dmenu/dm-pass - -super + m - i3-msg exec "alacritty -e pulsemixer" + rofi-pass XF86AudioRaiseVolume pamixer -i 5 |