add different screenlayout for bwpm on laptop

This commit is contained in:
2024-10-20 15:49:26 +02:00
parent 5690bf32c4
commit 6783cdff43
9 changed files with 23 additions and 9 deletions

View File

@ -10,6 +10,8 @@
home.file = {
".config/bspwm/host.sh".source = ./bspwm/host.sh;
# ".config/bspwm/screenlayout.sh".source = ./bspwm/host.sh;
".config/bspwm/screenLayoutSingle.sh".source = ./bspwm/screenLayoutSingle.sh;
".config/bspwm/screenLayoutDocked.sh".source = ./bspwm/screenLayoutDocked.sh;
".config/bspwm/screenLayoutHDMI.sh".source = ./bspwm/screenLayoutHDMI.sh;
};
}