diff --git a/examples/sxhkdrc b/examples/sxhkdrc index 35ab10d..5beb804 100644 --- a/examples/sxhkdrc +++ b/examples/sxhkdrc @@ -1,39 +1,3 @@ -# Rofi -super + {p,w,x,s} - ~/.config/qtile/rofi/bin/{launcher,windows,powermenu,screenshot} - -# Launch Apps -super + shift + {f,w,e} - {kitty ranger,firefox,kitty nvim} - -super + Return - kitty - -# Take a screenshot -Print - scrot 'Screenshot_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; viewnior $$(xdg-user-dir PICTURES)/$f' - -# Take a screenshot in 5 second -alt + Print - scrot -d 5 'Screenshot_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; viewnior $$(xdg-user-dir PICTURES)/$f' - -# Brighness control -XF86MonBrightnessUp - xbacklight -inc 10 - -XF86MonBrightnessDown - xbacklight -dec 10 - -# Volume control -XF86AudioRaiseVolume - amixer set Master 5%+ - -XF86AudioLowerVolume - amixer set Master 5%- - -XF86AudioMute - amixer set Master toggle - # Restart worm super + ctrl + r worm @@ -50,13 +14,13 @@ super + q super + f wormc maximize-active-client -# Switch active tag -super + {1,2,3,4,5,6,7,8,9} - wormc switch-tag {1,2,3,4,5,6,7,8,9} +# Minimize app +super + h + wormc minimize-active-client -# Switch tag -super + shift + {1,2,3,4,5,6,7,8,9} - wormc move-active-tag {1,2,3,4,5,6,7,8,9} +# Tags +super + {_, shift + } {1-9} + wormc {switch,move-active}-tag {1-9} # Set master windows super + m @@ -65,7 +29,3 @@ super + m # Float a window super + shift + space wormc float-active - -# Pywal apply -super + ctrl + w - ~/.config/worm/pywal.sh