diff options
Diffstat (limited to 'home-config/hypr')
-rw-r--r-- | home-config/hypr/hyprland.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index b8da5be..ce2913c 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf | |||
@@ -138,6 +138,9 @@ bind = ,XF86AudioNext, exec, playerctl next | |||
138 | bind = ,XF86AudioPrev, exec, playerctl previous | 138 | bind = ,XF86AudioPrev, exec, playerctl previous |
139 | bind = ,XF86AudioStop, exec, playerctl stop | 139 | bind = ,XF86AudioStop, exec, playerctl stop |
140 | 140 | ||
141 | # "Auto-connect headphones" | ||
142 | bind = $mainMod, H, exec, bluetoothctl connect AC:80:0A:1C:D6:C7 | ||
143 | |||
141 | # Move workspace between monitors | 144 | # Move workspace between monitors |
142 | bind = $mainMod CTRL SHIFT, left, movecurrentworkspacetomonitor, l | 145 | bind = $mainMod CTRL SHIFT, left, movecurrentworkspacetomonitor, l |
143 | bind = $mainMod CTRL SHIFT, right, movecurrentworkspacetomonitor, r | 146 | bind = $mainMod CTRL SHIFT, right, movecurrentworkspacetomonitor, r |