diff options
author | self <george@gabbott.dev> | 2023-06-15 21:40:20 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2023-06-15 21:40:20 +0100 |
commit | 7fc64b89cd206d43529d29296741bc4ae9341b86 (patch) | |
tree | 0f7ea14b09adb42690df903b9d9fdd145d3bf0f3 | |
parent | d715f3582abee89e41750e8b6998062fa69cc496 (diff) |
hyprland: pyprland. I'll figure this out another time...
-rw-r--r-- | hypr/hyprland.conf | 9 | ||||
-rw-r--r-- | hypr/pyprland.json | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 62c78dc..f2c3cb0 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -114,7 +114,7 @@ $mainMod = ALT bind = $mainMod SHIFT, Return, exec, foot bind = $mainMod SHIFT, C, killactive, bind = $mainMod, M, exit, -bind = $mainMod, V, togglefloating, +# bind = $mainMod, V, togglefloating, bind = $mainMod, P, pseudo, # dwindle # bind = $mainMod, J togglesplit, # dwindle @@ -166,6 +166,13 @@ bind = $mainMod, F6, exec, change-audio, 2dB-, unmute bind = $mainMod, F8, exec, change-light, inc, 5 bind = $mainMod, F9, exec, change-light, dec, 5 +# Scratchpads +bind = $mainMod, V, exec, pypr toggle volume +windowrule = float, ^(pavucontrol)$ +windowrule = workspace special silent, ^(pavucontrol)$ + +bind = $mainMod, A, exec, pypr toggle term + # Envvars env = MOZ_ENABLE_WAYLAND,1 env = XDG_SESSION_TYPE,wayland diff --git a/hypr/pyprland.json b/hypr/pyprland.json index 2035ea8..c2e497f 100644 --- a/hypr/pyprland.json +++ b/hypr/pyprland.json @@ -17,5 +17,5 @@ "unfocus": "hide", "animation": "fromRight" } - }, + } } |