From 7fc64b89cd206d43529d29296741bc4ae9341b86 Mon Sep 17 00:00:00 2001 From: self Date: Thu, 15 Jun 2023 21:40:20 +0100 Subject: hyprland: pyprland. I'll figure this out another time... --- hypr/hyprland.conf | 9 ++++++++- 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" } - }, + } } -- cgit v1.2.1