Version 0.1.0
This commit is contained in:
20
home-manager/10_hypr/06_layouts.nix
Normal file
20
home-manager/10_hypr/06_layouts.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.file.".config/hypr/06_layouts.conf".text = ''
|
||||
# ── LAYOUTS ───────────────────────────────────────────────────────────────
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
master {
|
||||
new_status = master
|
||||
}
|
||||
|
||||
misc {
|
||||
force_default_wallpaper = 0
|
||||
disable_hyprland_logo = true
|
||||
}
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user