diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-19 10:23:04 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-19 10:23:04 +0200 |
| commit | e602554469f16b682204299243f7e41b9339dede (patch) | |
| tree | c9832abacc19316a147d03bef3003e8c4daced8b /common/home/hyprland | |
| parent | 0ac1011371b0b7d11bc30b794813a85c84511f67 (diff) | |
waybar: fix battery status colors
Diffstat (limited to 'common/home/hyprland')
| -rw-r--r-- | common/home/hyprland/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index a3c132e..9d9749f 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -45,6 +45,13 @@ "$mod+Shift, 0, movetoworkspace, 10" ]; + binde = [ + "$mod, period, resizeactive, 20 0" + "$mod, comma, resizeactive, -20 0" + "$mod+Shift, period, resizeactive, 0 20" + "$mod+Shift, comma, resizeactive, 0 -20" + ]; + general = { gaps_in = 10; gaps_out = 10; |