(SXHkD)+bindings,~links
This commit is contained in:
@@ -22,7 +22,7 @@ super + E
|
|||||||
|
|
||||||
super + s
|
super + s
|
||||||
notify-send -u low "Launching browser"; \
|
notify-send -u low "Launching browser"; \
|
||||||
xdg-open "https://html.duckduckgo.com"
|
xdg-open "https://duckduckgo.com"
|
||||||
|
|
||||||
super + shift + s
|
super + shift + s
|
||||||
scrot -u '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/' -c; \
|
scrot -u '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/' -c; \
|
||||||
@@ -36,7 +36,10 @@ super + w
|
|||||||
$HOME/.local/scripts/eselect;
|
$HOME/.local/scripts/eselect;
|
||||||
|
|
||||||
super + ctrl + l
|
super + ctrl + l
|
||||||
$HOME/.local/scripts/lock
|
$HOME/.local/scripts/lock;
|
||||||
|
|
||||||
|
super + ctrl + L
|
||||||
|
i3lock -nbfe -c 000000
|
||||||
|
|
||||||
super + ctrl + d
|
super + ctrl + d
|
||||||
notify-send -u low "Changing background"; \
|
notify-send -u low "Changing background"; \
|
||||||
@@ -62,9 +65,13 @@ XF86Audio{Lower,Raise}Volume
|
|||||||
kill -43 $(pidof dwmblocks); \
|
kill -43 $(pidof dwmblocks); \
|
||||||
{pamixer -d,pamixer -i} 5 --allow-boost;
|
{pamixer -d,pamixer -i} 5 --allow-boost;
|
||||||
|
|
||||||
|
ctrl + XF86Audio{Lower,Raise}Volume
|
||||||
|
kill -43 $(pidof dwmblocks); \
|
||||||
|
{pamixer -d,pamixer -i} 1 --allow-boost;
|
||||||
|
|
||||||
super + F{9,10}
|
super + F{9,10}
|
||||||
kill -43 $(pidof dwmblocks); \
|
kill -43 $(pidof dwmblocks); \
|
||||||
{pamixer -d,pamixer -i} 5 --allow-boost;
|
{pamixer -d,pamixer -i} 1 --allow-boost;
|
||||||
|
|
||||||
XF86AudioMute
|
XF86AudioMute
|
||||||
kill -43 $(pidof dwmblocks); \
|
kill -43 $(pidof dwmblocks); \
|
||||||
|
|||||||
Reference in New Issue
Block a user