diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-06 12:51:17 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-06 13:17:22 +0200 |
commit | 3b84197adf7de0f9f73f8634f7d80bc37ed9b0e5 (patch) | |
tree | aa18431ad26d0d357b2bbfcd4c34b4ac95ccba71 /config/hyprland/hypr | |
parent | df80f400fed7ede15838ef9e38cdffb616644429 (diff) |
added d alias back
Diffstat (limited to 'config/hyprland/hypr')
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index e540530..cb10860 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -191,3 +191,6 @@ bind=, V, submap, reset # , ("M-S-<Insert>", spawn "dmpsclip") submap = reset +bind=, XF86AudioLowerVolume, exec, pamixer -d 5 +bind=, XF86AudioRaiseVolume, exec, pamixer -i 5 +bind=, XF86AudioMute, exec, pamixer -t |