mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
Merge monitor and background configs
This commit is contained in:
parent
0cbc495a3f
commit
bcaa6669f3
4 changed files with 4 additions and 5 deletions
|
|
@ -17,7 +17,6 @@ in
|
|||
file.".config/waybar/config.jsonc".source = ./waybar/config.jsonc;
|
||||
file.".config/waybar/style.css".source = ./waybar/style.css;
|
||||
file.".config/sway/config".source = ./sway/sway.conf;
|
||||
file.".config/sway/backgrounds.conf".source = ./sway/backgrounds.conf;
|
||||
file.".config/sway/monitors.conf".source = lib.mkIf (swayMonitorConfig != null) swayMonitorConfig;
|
||||
file.".config/sway/background-1".source = ./sway/cyber_defiance.jpg;
|
||||
file.".config/sway/background-2".source = ./sway/cyber_skyscrapers.jpg;
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
output HDMI-A-1 background /home/crow/.config/sway/background-2 fill
|
||||
|
||||
output DP-1 background /home/crow/.config/sway/background-1 fill
|
||||
|
|
@ -5,6 +5,10 @@ output HDMI-A-1 transform 270
|
|||
output DP-1 mode 2560x1440@169.831Hz
|
||||
output DP-1 pos 1080 215
|
||||
|
||||
# Backgrounds
|
||||
output HDMI-A-1 background /home/crow/.config/sway/background-2 fill
|
||||
output DP-1 background /home/crow/.config/sway/background-1 fill
|
||||
|
||||
# Assign specific workspaces to specific outputs
|
||||
workspace 1 output HDMI-A-1 # Firefox
|
||||
workspace 2 output HDMI-A-1 # Comms
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
################
|
||||
|
||||
include /home/crow/.config/sway/monitors.conf
|
||||
include /home/crow/.config/sway/backgrounds.conf
|
||||
|
||||
|
||||
###################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue