Modify sxhkdrc

This commit is contained in:
hok7z 2022-12-24 20:05:37 +02:00
parent 7d097a260e
commit d22eea1afd
1 changed files with 15 additions and 30 deletions

45
.config/sxhkd/sxhkdrc Normal file → Executable file
View File

@ -5,8 +5,8 @@
# Default keybinds # Default keybinds
# ------------------------------------------------------- # -------------------------------------------------------
super + e super + shift + e
pkill -USR1 -x sxhkd $HOME/bin/restart_sxhkd
# quit/restart bspwm # quit/restart bspwm
super + alt + {q,r} super + alt + {q,r}
@ -34,42 +34,27 @@ super + g
super + Return super + Return
kitty kitty
super + shift + n super + d
kitty -e notetaker rofi -show drun -show-icons -modi drun
super + c
rofi -show calc -modi calc -no-show-match -no-sort
super + n super + n
kitty -e ranger thunar
super + shift + t super + shift + {b,f}
kotatogram-desktop
super + shift + b
librewolf librewolf
super + shift + s super + shift + s
/home/q/bin/screenrecord /home/q/bin/screenrecord
super + c super + shift + n
rofi -show calc -modi calc -no-show-match -no-sort kitty -e notetaker
super + alt + l
/home/q/.config/scripts/lofi.sh
super + alt + j
/home/q/.config/scripts/jazz.sh
super + d
rofi -show drun -show-icons -modi drun
Print Print
flameshot gui flameshot gui
{super+alt+t}
kotatogram-desktop
{F9,super+alt+f}
librewolf
super + x super + x
betterlockscreen -l dimblur betterlockscreen -l dimblur
@ -81,11 +66,11 @@ super + x
# Down # Down
{F2,XF86AudioLowerVolume} {F2,XF86AudioLowerVolume}
pactl set-sink-volume @DEFAULT_SINK@ -10% pactl set-sink-volume @DEFAULT_SINK@ -1%
# Up # Up
{F3,XF86AudioRaiseVolume}} {F3,XF86AudioRaiseVolume}}
pactl set-sink-volume @DEFAULT_SINK@ +10% pactl set-sink-volume @DEFAULT_SINK@ +1%
# Mute # Mute
{F1,F86AudioMute} {F1,F86AudioMute}
@ -101,10 +86,10 @@ super + x
# -------------------------------------------------------------- # --------------------------------------------------------------
{F4,XF86MonBrightnessDown} {F4,XF86MonBrightnessDown}
light -U 10 light -U 1
{F5, XF86MonBrightnessUp} {F5, XF86MonBrightnessUp}
light -A 10 light -A 1
# -------------------------------------------------------------- # --------------------------------------------------------------