summaryrefslogtreecommitdiff
path: root/_linux/hypr
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2024-02-10 12:18:35 +0100
committerkkard2 <[email protected]>2024-02-10 12:18:35 +0100
commitb52df0dcae13505dad72b9bd318e375ce249c296 (patch)
tree0d14a4c2f8392f3c9e202c3d5fdd16aa18b4af55 /_linux/hypr
parent403ed671e869e860d3026753c4d42896e3426ffb (diff)
muting
Diffstat (limited to '_linux/hypr')
-rw-r--r--_linux/hypr/hyprland.conf17
1 files changed, 16 insertions, 1 deletions
diff --git a/_linux/hypr/hyprland.conf b/_linux/hypr/hyprland.conf
index 609a778..57c2ff5 100644
--- a/_linux/hypr/hyprland.conf
+++ b/_linux/hypr/hyprland.conf
@@ -137,7 +137,8 @@ bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, S, togglesplit, # dwindle
-# Move focus with mainMod + arrow keys
+
+# Move focus with mainMod + hjkl
bind = $mainMod, H, movefocus, l
bind = $mainMod, L, movefocus, r
bind = $mainMod, K, movefocus, u
@@ -153,6 +154,18 @@ binde = $mainMod CTRL, L, resizeactive, 20 0
binde = $mainMod CTRL, K, resizeactive, 0 -20
binde = $mainMod CTRL, J, resizeactive, 0 20
+# Move focus with mainMod + arrows
+bind = $mainMod, Left, movefocus, l
+bind = $mainMod, Right, movefocus, r
+bind = $mainMod, Up, movefocus, u
+bind = $mainMod, Down, movefocus, d
+
+bind = $mainMod SHIFT, Left, movewindow, l
+bind = $mainMod SHIFT, Right, movewindow, r
+bind = $mainMod SHIFT, Up, movewindow, u
+bind = $mainMod SHIFT, Down, movewindow, d
+
+
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2
@@ -199,3 +212,5 @@ bind = $mainMod CTRL, N, focusurgentorlast
bind = $mainMod, U, focusurgentorlast
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy
+
+bind = $mainMod, M, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle