diff options
author | Silas Schöffel <sils@sils.li> | 2024-10-29 22:10:11 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-10-29 22:10:11 +0100 |
commit | fe657a91a217f0864698e1db1df0921bec735f16 (patch) | |
tree | a79fce6bf9661cc545aed85a37203faf80f0055a /modules | |
parent | import correct hm profile in nixos-config (diff) | |
download | nix-config-fe657a91a217f0864698e1db1df0921bec735f16.tar.gz nix-config-fe657a91a217f0864698e1db1df0921bec735f16.zip |
hyprland: remove master-layout specification
Diffstat (limited to 'modules')
-rw-r--r-- | modules/hm/sils/hyprland.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index 5164e71..3dbfa51 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -97,10 +97,10 @@ in { preserve_split = "yes"; # you probably want this }; - master = { - # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = "true"; - }; + #master = { + # # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more + # new_is_master = "true"; + #}; gestures = { # See https://wiki.hyprland.org/Configuring/Variables/ for more |