Re-add autotiling
This commit is contained in:
parent
a41ad883c2
commit
f44a2570ac
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,8 @@ in {
|
||||||
bindswitch --reload --locked lid:on output $laptop disable
|
bindswitch --reload --locked lid:on output $laptop disable
|
||||||
bindswitch --reload --locked lid:off output $laptop enable
|
bindswitch --reload --locked lid:off output $laptop enable
|
||||||
|
|
||||||
|
exec_always --no-startup-id autotiling
|
||||||
|
|
||||||
exec --no-startup-id ${pkgs.feh}/bin/feh --randomize --bg-scale /home/${username}/Pictures/Wallpaper/*;
|
exec --no-startup-id ${pkgs.feh}/bin/feh --randomize --bg-scale /home/${username}/Pictures/Wallpaper/*;
|
||||||
|
|
||||||
default_border none
|
default_border none
|
||||||
|
@ -109,4 +111,6 @@ in {
|
||||||
load.enable = false;
|
load.enable = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [ autotiling ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue