From 3f6ef0d42c7c50713d616d3bb88ccffb03c47c63 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Fri, 7 Jan 2022 12:16:41 +0100 Subject: [PATCH] Update sxhkdrc-vm --- config/sxhkd/sxhkdrc-vm | 44 ++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/config/sxhkd/sxhkdrc-vm b/config/sxhkd/sxhkdrc-vm index 9f76224..0ef71c2 100644 --- a/config/sxhkd/sxhkdrc-vm +++ b/config/sxhkd/sxhkdrc-vm @@ -1,23 +1,24 @@ # -# Hotkey - Config +# Hotkey - Config # +################################### +# Reload sxhkd config file. +super + alt + ctrl + Escape + pkill -USR1 -x sxhkd +################################### -# terminal emulator +# Terminal“s primary and secondary. alt + Return kitty alt + shift + Return alacritty -# program launcher + +# Rofi program launcher. alt + r rofi -show run -# make sxhkd reload its configuration files: -alt + ctrl + Escape - pkill -USR1 -x sxhkd - - alt + b google-chrome @@ -25,13 +26,16 @@ alt + shift + b firefox alt + e - thunar + pcmanfm -super + alt + ctrl + a +shift + alt + ctrl + a kitty -e pulsemixer alt + ctrl + m - . ~/.config/rofi/rofi-beats + . ~/.config/rofi/rofi-beats.sh + +shift + ctrl + alt + w + . ~/.config/rofi/rofi-wifi-menu.sh # # BSPwm Hotkeys @@ -58,7 +62,7 @@ alt + {_,shift + }w # bspc node -s biggest.window # -# state/flags +# State / Flags # # set the window state @@ -66,11 +70,11 @@ alt + {t,shift + t,s,f} bspc node -t {tiled,pseudo_tiled,floating,fullscreen} # set the node flags -super + ctrl + {m,x,y,z} +alt + ctrl + {m,x,y,z} bspc node -g {marked,locked,sticky,private} # -# focus/swap +# Focus / Swap # # focus the node in the given direction @@ -104,7 +108,7 @@ alt + {_,shift + }{1-9,0} bspc {desktop -f,node -d} '^{1-9,10}' # -# preselect +# Preselect # # preselect the direction @@ -124,17 +128,17 @@ alt + ctrl + shift + space bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel # -# move/resize +# Move / Resize # # expand a window by moving one of its side outward -super + alt + {h,j,k,l} +ctrl + alt + {h,j,k,l} bspc node -z {left -50 0,bottom 0 50,top 0 -50,right 50 0} # contract a window by moving one of its side inward -super + alt + shift + {h,j,k,l} +ctrl + alt + shift + {h,j,k,l} bspc node -z {right -50 0,top 0 50,bottom 0 -50,left 50 0} # move a floating window -super + {Left,Down,Up,Right} - bspc node -v {-20 0,0 20,0 -20,20 0} +alt + {Left,Down,Up,Right} + bspc node -v {-50 0,0 50,0 -50,50 0}