From 973c01a912930ee43e110b490a1f0d41efc2bc57 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 26 Apr 2026 01:58:12 -0400 Subject: move sxhkd to proper structure --- dotfiles/sxhkd/sxhkdrc | 26 ++++++++++++++++++++++++++ dotfiles/sxhkdrc | 26 -------------------------- 2 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 dotfiles/sxhkd/sxhkdrc delete mode 100644 dotfiles/sxhkdrc (limited to 'dotfiles') diff --git a/dotfiles/sxhkd/sxhkdrc b/dotfiles/sxhkd/sxhkdrc new file mode 100644 index 0000000..0cfee62 --- /dev/null +++ b/dotfiles/sxhkd/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 diff --git a/dotfiles/sxhkdrc b/dotfiles/sxhkdrc deleted file mode 100644 index 0cfee62..0000000 --- a/dotfiles/sxhkdrc +++ /dev/null @@ -1,26 +0,0 @@ -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 -- cgit v1.3.1