diff options
author | Adam Stück <adam@adast.xyz> | 2023-02-07 17:32:26 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-02-07 17:32:26 +0100 |
commit | d2e32dbfb485695bc78de78d51b8cb6567316d71 (patch) | |
tree | c2be2ea7edb5ed8afbf274412e43835337b693fc /.config/sxhkd/sxhkdrc | |
parent | 3d10de7aec0d2d857c336c7dedd022c81b1a1c8a (diff) |
Use i3config instead of sxhkd for bindings
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc deleted file mode 100644 index a0c84de..0000000 --- a/.config/sxhkd/sxhkdrc +++ /dev/null @@ -1,92 +0,0 @@ -super + shift + q - i3-msg kill - -super + shift + r - i3-msg restart - -super + shift + p - rofi -show p -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/logout --confirm=" - -super + Escape - systemctl suspend - -super + Return - i3-msg exec alacritty - -super + b - i3-msg exec firefox - -super + f - i3-msg fullscreen toggle - -super + i - polybar-msg cmd toggle - -super + shift + s - $HOME/.local/bin/screenshot -s - -Print - $HOME/.local/bin/screenshot - -super + shift + c - $HOME/.local/bin/comptoggle - -super + d - rofi -show drun -show-icons -drun-display-format \{name\} - -alt + b - clipmenu -i -p clipmenu - -super + p - rofi-pass - -XF86AudioRaiseVolume - pamixer -i 5 - -XF86AudioLowerVolume - pamixer -d 5 - -XF86AudioMute - pamixer -t - -XF86AudioPlay - playerctl play-pause - -XF86AudioNext - playerctl next - -XF86AudioPrev - playerctl previous - -XF86MonBrightnessUp - xbacklight -inc 5 - -XF86MonBrightnessDown - xbacklight -dec 5 - -super + {Left,Down,Up,Right} - i3-msg focus {left,down,up,right} - -super + {h,j,k,l} - i3-msg focus {left,down,up,right} - -super + shift + {Left,Down,Up,Right} - i3-msg move {left,down,up,right} - -super + shift + {h,j,k,l} - i3-msg move {left,down,up,right} - -super + Tab - i3-msg focus mode_toggle - -super + g - i3-msg split h - -super + v - i3-msg split v - -super + t - i3-msg layout toggle tabbed splith splitv - -super + shift + f - i3-msg floating toggle |