diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-26 00:50:08 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-26 00:50:08 -0400 |
| commit | 2101c58ce12ceed89352b195740e259460824bad (patch) | |
| tree | b35d979795ec3b1361cb2c1095f1bf9730c719ec /dotfiles/sxhkdrc | |
| parent | modularize audio (diff) | |
| download | nixos-2101c58ce12ceed89352b195740e259460824bad.tar.gz nixos-2101c58ce12ceed89352b195740e259460824bad.tar.bz2 nixos-2101c58ce12ceed89352b195740e259460824bad.zip | |
move sxhkdrc to dotfiles and replaceVars
Diffstat (limited to 'dotfiles/sxhkdrc')
| -rw-r--r-- | dotfiles/sxhkdrc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dotfiles/sxhkdrc b/dotfiles/sxhkdrc new file mode 100644 index 0000000..0cfee62 --- /dev/null +++ b/dotfiles/sxhkdrc @@ -0,0 +1,26 @@ +super + space + @dmenu@/bin/dmenu_run + +super + Return + @st@/bin/st + +super + b + @librewolf@/bin/librewolf + +XF86AudioRaiseVolume + @pamixer@/bin/pamixer -i 5 + +XF86AudioLowerVolume + @pamixer@/bin/pamixer -d 5 + +XF86AudioMute + @pamixer@/bin/pamixer -t + +super + s + @maim@/bin/maim -i $(@xdotool@/bin/xdotool getactivewindow) | @xclip@/bin/xclip -selection clipboard -t image/png + +super + shift + s + @maim@/bin/maim -s | @xclip@/bin/xclip -selection clipboard -t image/png + +super + l + @lockscreen@/bin/lock-screen |
