diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-26 21:08:50 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-26 21:08:50 -0500 |
commit | a9ce5f278243198310577165bb593a9eededad6c (patch) | |
tree | a09f4df71571d06d7e0721b9d00771674fe586bf /nixos/.flake/home/hyprland.nix | |
parent | 1c714dc335715deb71c254ae1251f45eaf088c1c (diff) |
new stuff
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%+" |