diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-11-05 18:53:30 +0100 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-11-05 18:53:30 +0100 |
commit | 48ec52b47674cd8767ebacfb4d0b9b9c846c7446 (patch) | |
tree | 810c32e69069c7b09faf058c4f1e0818ede5ea7c /.config/sxhkd/sxhkdrc | |
parent | 145ab8f0429030edcdc86f48277508720345d167 (diff) |
fixed some bindings, switched from rofi to dmenu
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 525478e..d05128d 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -5,16 +5,16 @@ super + shift + r i3-msg restart super + shift + p - rofi -show p -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/logout --confirm=" + $HOME/.local/bin/dmenu/dm-power super + Escape systemctl suspend super + Return - alacritty + i3-msg exec alacritty super + b - firefox + i3-msg exec firefox super + f i3-msg fullscreen toggle @@ -32,16 +32,16 @@ super + shift + c $HOME/.local/bin/comptoggle super + d - rofi -show drun -show-icons -drun-display-format \{name\} - -alt + Tab - rofi -show window -show-icons -drun-display-format \{name\} + dmenu_run -p 'Run:' -b -i -fn 'JetBrainsMono NerdFont:size=11' alt + b - clipmenu -i -p clipmenu + clipmenu -p 'Clipboard:' -b -i -fn 'JetBrainsMono NerdFont:size=11' super + p - rofi-pass + $HOME/.local/bin/dmenu/dm-pass + +super + m + i3-msg exec "alacritty -e pulsemixer" XF86AudioRaiseVolume pamixer -i 5 |