aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-09-02 15:56:52 +0200
committerMateja <mail@matejamaric.com>2020-09-02 15:56:52 +0200
commita0ef6996a292597190d3f1168ea60a56f8fb8872 (patch)
treeeced9e699a607628a199d13680cdfd873abf4bb1
parent740855bda242d87c56197a31b30ee638bf5e336a (diff)
downloaddotfiles-a0ef6996a292597190d3f1168ea60a56f8fb8872.tar.gz
dotfiles-a0ef6996a292597190d3f1168ea60a56f8fb8872.zip
qtile added volume control
-rw-r--r--.config/qtile/config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index fea7b4e..1d5fbc4 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -46,6 +46,12 @@ keys = [
#MY KEYS
Key([mod], "t", lazy.window.toggle_floating(),
desc="Toggle floating"),
+ Key([mod], "h", lazy.spawn("amixer -q sset Master 5%+"),
+ desc="Increase volume"),
+ Key([mod], "n", lazy.spawn("amixer -q sset Master 5%-"),
+ desc="Decrease volume"),
+ Key([mod], "m", lazy.spawn("amixer -q sset Master toggle"),
+ desc="Toggle mute"),
########
# Switch between windows in current stack pane