From 367460872f79639a535f19f8f7ea279578f2c610 Mon Sep 17 00:00:00 2001 From: randomuser Date: Sun, 26 Jun 2022 19:02:10 -0500 Subject: [PATCH] modify sxhkdrc --- sxhkd/sxhkdrc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index f539a36..b1f8807 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -5,9 +5,6 @@ super + Return st -super + {_,shift + } b - {xclip -selection primary -o | xargs vimb,vimb} - super + m xclip -selection primary -o | xargs mpv @@ -36,16 +33,25 @@ XF86AudioMute {XF86AudioRaiseVolume,XF86AudioLowerVolume} vol {inc,dec} +super + b + fire + +super + shift + b + fire -P + super + {_,shift + }v vol {inc,dec} # mouse movement super + u xdotool mousemove_relative -- -10 0 + super + i xdotool mousemove_relative -- 0 10 + super + o xdotool mousemove_relative -- 0 -10 + super + p xdotool mousemove_relative -- 10 0