~Function key keybinds replaced with super + function keys
This commit is contained in:
@@ -57,7 +57,7 @@ super + F12
|
|||||||
systemctl suspend
|
systemctl suspend
|
||||||
|
|
||||||
# Music and volume
|
# Music and volume
|
||||||
F{6,7,8}
|
super + F{6,7,8}
|
||||||
mpc -q {prev,toggle,next}; \
|
mpc -q {prev,toggle,next}; \
|
||||||
notify-send "MPD: Track $(mpc --format '%title%' | head -1)";
|
notify-send "MPD: Track $(mpc --format '%title%' | head -1)";
|
||||||
|
|
||||||
@@ -65,11 +65,11 @@ XF86Audio{Prev,Next}
|
|||||||
mpc -q {prev,next}; \
|
mpc -q {prev,next}; \
|
||||||
notify-send "MPD: Track $(mpc --format '%title%' | head -1)";
|
notify-send "MPD: Track $(mpc --format '%title%' | head -1)";
|
||||||
|
|
||||||
{_,super + }F{9,10}
|
super + {_,shift + }F{9,10}
|
||||||
kill -44 $(pidof dwmblocks); \
|
kill -44 $(pidof dwmblocks); \
|
||||||
{pactl set-sink-volume 0,$HOME/.local/scripts/mpc_volume} {-,+}5%;
|
{pactl set-sink-volume 0,$HOME/.local/scripts/mpc_volume} {-,+}5%;
|
||||||
|
|
||||||
{_,super + }XF86Audio{Lower,Raise}Volume
|
super + {_,shift + }XF86Audio{Lower,Raise}Volume
|
||||||
kill -44 $(pidof dwmblocks); \
|
kill -44 $(pidof dwmblocks); \
|
||||||
{pactl set-sink-volume 0,$HOME/.local/scripts/mpc_volume} {-,+}5%;
|
{pactl set-sink-volume 0,$HOME/.local/scripts/mpc_volume} {-,+}5%;
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@ XF86MonBrightness{Down,Up}
|
|||||||
xbacklight {-,+}15; \
|
xbacklight {-,+}15; \
|
||||||
notify-send "Brightness: $(xbacklight)";
|
notify-send "Brightness: $(xbacklight)";
|
||||||
|
|
||||||
F{3,4}
|
super + F{3,4}
|
||||||
xbacklight {-,+}15; \
|
xbacklight {-,+}15; \
|
||||||
notify-send "Brightness: $(xbacklight)";
|
notify-send "Brightness: $(xbacklight)";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user