diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-17 21:16:57 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-17 21:16:57 +0200 |
commit | 49e6587d3c910c70d20dbded0f19f3d1eb752c56 (patch) | |
tree | 0325c5e086a03820f7e6cf967ead8c661a3daf6c /accounts/gkleen@sif/hyprland.nix | |
parent | 01e8a4dd21c98dadc2ddc698412c2ea51566b43e (diff) | |
download | nixos-49e6587d3c910c70d20dbded0f19f3d1eb752c56.tar nixos-49e6587d3c910c70d20dbded0f19f3d1eb752c56.tar.gz nixos-49e6587d3c910c70d20dbded0f19f3d1eb752c56.tar.bz2 nixos-49e6587d3c910c70d20dbded0f19f3d1eb752c56.tar.xz nixos-49e6587d3c910c70d20dbded0f19f3d1eb752c56.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/hyprland.nix')
-rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index 15491c6f..a365ea19 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix | |||
@@ -71,7 +71,7 @@ in { | |||
71 | misc = { | 71 | misc = { |
72 | disable_hyprland_logo = true; | 72 | disable_hyprland_logo = true; |
73 | disable_splash_rendering = true; | 73 | disable_splash_rendering = true; |
74 | focus_on_activate = true; | 74 | # focus_on_activate = true; |
75 | mouse_move_enables_dpms = true; | 75 | mouse_move_enables_dpms = true; |
76 | key_press_enables_dpms = true; | 76 | key_press_enables_dpms = true; |
77 | }; | 77 | }; |
@@ -150,6 +150,7 @@ in { | |||
150 | 150 | ||
151 | "$mainMod, F, fullscreen, 1" | 151 | "$mainMod, F, fullscreen, 1" |
152 | "$mainMod SHIFT, F, fullscreen, 0" | 152 | "$mainMod SHIFT, F, fullscreen, 0" |
153 | "$mainMod CTRL SHIFT, F, fullscreenstate, 1, 2" | ||
153 | 154 | ||
154 | "$mainMod, code:14, workspace, 1" | 155 | "$mainMod, code:14, workspace, 1" |
155 | "$mainMod, code:17, workspace, 2" | 156 | "$mainMod, code:17, workspace, 2" |