continue refactor, home modules are actual modules and remove some useless files
This commit is contained in:
5
homeConfigs/hosts/desktop/bspwm/host.sh
Normal file
5
homeConfigs/hosts/desktop/bspwm/host.sh
Normal 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
|
3
homeConfigs/hosts/desktop/bspwm/screenlayout.sh
Executable file
3
homeConfigs/hosts/desktop/bspwm/screenlayout.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo "AAAAAAAAAAAAAAAAAAAAAAAA"
|
||||
xrandr --output DP-0 --mode 1280x1024 --pos 5120x56 --rotate normal --output DP-1 --off --output DP-2 --off --output DP-3 --off --output HDMI-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-1-1 --mode 1280x1024 --pos 3840x56 --rotate normal --output HDMI-1-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1-2 --off --output HDMI-1-2 --off
|
Reference in New Issue
Block a user