summaryrefslogtreecommitdiff
path: root/sxhkd/.config
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2022-04-30 08:16:46 +0000
committerShubham Saini <pryr@pryr.xyz>2022-04-30 08:16:46 +0000
commit33db4491b9c40870b2240ab5de6dd31238d1197c (patch)
treeb6779b251de00ce465d2beacf1941d2dab987168 /sxhkd/.config
parent5cdea2d129c7989738e5f46857e4c3697147ef47 (diff)
sxhkd - hide nodes
Diffstat (limited to 'sxhkd/.config')
-rwxr-xr-xsxhkd/.config/sxhkd/sxhkdrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index 3f30cfe..acdbce0 100755
--- a/sxhkd/.config/sxhkd/sxhkdrc
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -26,6 +26,10 @@ super + shift + p
26 passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" 26 passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f"
27super + Escape 27super + Escape
28 pkill -USR1 -x sxhkd 28 pkill -USR1 -x sxhkd
29control + alt + m
30 bspc node -g hidden=on
31super + shift + m
32 ~/.bin/hidden_dmenu.sh
29 33
30# volume 34# volume
31XF86Audio{RaiseVolume,LowerVolume} 35XF86Audio{RaiseVolume,LowerVolume}