From 369a047e4e2dd026267d8e20f78d6a6f0223fd21 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 15 Nov 2022 23:58:19 +0200 Subject: Changed terminal shortcut to 'super + return' and added 'super + x' for scratchpad --- .config/sxhkd/sxhkdrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.config/sxhkd') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index d1fba96..fbf046a 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -34,6 +34,9 @@ super + {equal,minus} super + semicolon ~/.local/bin/scripts/scratchpad +super + x + ~/.local/bin/scripts/scratchpad + #{~/.local/bin/scripts/scratchpad, bspc rule -a \* -o state=floating sticky=on floating=on rectangle=680x260+340+460} #sid=$(cat /tmp/scratchID);\ #cid=$(cat /tmp/calcID);\ @@ -82,8 +85,8 @@ alt + x -theme-str 'window \{ width: 20em; \}' # terminal emulator -#super + Return -super + x +super + Return +#super + x alacritty #urxvt #$TERMINAL -- cgit v1.2.3