fix bspwm screens, remove plug.vim and stdheader.vim from repo do download them from github

This commit is contained in:
2024-10-18 20:17:26 +02:00
parent 6e8a5117ab
commit a4020fd7bd
8 changed files with 39 additions and 3019 deletions

View File

@ -0,0 +1,5 @@
bspc monitor "HDMI-1-1" -d 1
bspc monitor "HDMI-0" -d 2 3
bspc monitor "DP-1-1" -d 4
bspc monitor "DP-0" -d 5
bspc desktop -f 2

View File

@ -4,5 +4,6 @@
imports = [ ./nitrogen.nix ];
home.file = {
".config/bspwm/screenlayout.sh".source = ./bspwm/screenlayout.sh;
".config/bspwm/host.sh".source = ./bspwm/host.sh;
};
}