adding a roaming config for laptop displays

This commit is contained in:
2025-11-11 13:35:33 -05:00
parent 6cf68de325
commit 2fb48d0891
2 changed files with 8 additions and 3 deletions

View File

@@ -16,6 +16,11 @@ profile docked {
output $INTERNAL disable output $INTERNAL disable
} }
profile mobile_external {
output $INTERNAL enable position 0,0
output * enable position 1805,0
}
profile undocked { profile undocked {
output $INTERNAL enable output $INTERNAL enable
} }

View File

@@ -15,7 +15,7 @@ set $menu wofi --show drun
exec_always systemctl --user start sway-session.target exec_always systemctl --user start sway-session.target
exec_always systemctl --user restart kanshi.service exec_always systemctl --user restart kanshi.service
# Wallpaper # Wallpaper
output * bg #000000 solid_color output * bg #282828 solid_color
# Displays (these get updated to an autodetect kanshi config, but this is a default before it runs) # Displays (these get updated to an autodetect kanshi config, but this is a default before it runs)
output "Dell Inc. DELL S3422DWG 3LTSS63" mode 3440x1440@143.975Hz output "Dell Inc. DELL S3422DWG 3LTSS63" mode 3440x1440@143.975Hz
@@ -224,8 +224,8 @@ default_border pixel 2
default_floating_border pixel 2 default_floating_border pixel 2
# Add gaps # Add gaps
gaps inner 10 gaps inner 5
gaps outer 5 gaps outer 2
# Gruvbox Dark colors # Gruvbox Dark colors
set $bg #282828 set $bg #282828