diff options
Diffstat (limited to 'nixos/.flake/home/hyprland.nix')
-rw-r--r-- | nixos/.flake/home/hyprland.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/.flake/home/hyprland.nix b/nixos/.flake/home/hyprland.nix index 94fd3a6..8f2495e 100644 --- a/nixos/.flake/home/hyprland.nix +++ b/nixos/.flake/home/hyprland.nix @@ -102,7 +102,8 @@ "$mainMod, S, exec, hyprshot -m window --clipboard-only" "$mainMod SHIFT, S, exec, hyprshot -m region --clipboard-only" "$mainMod SHIFT CONTROL, S, exec, hyprshot -m output --clipboard-only" - "$mainMod, M, exit" + "$mainMod, M, exec, ~/.local/bin/poweroptions.sh" + "$mainMod, F, fullscreen" ]; bindel = [ ",XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+" |