Browse Source

Split sway config per computer

master
Arti Zirk 4 years ago
parent
commit
4a416b016e
  1. 12
      .config/sway/blue
  2. 12
      .config/sway/config
  3. 5
      .config/sway/mammut
  4. 1
      .config/sway/sid

12
.config/sway/blue

@ -0,0 +1,12 @@
# Work computer
set $left_disp "Goldstar Company Ltd LG HDR 4K 0x0000BBF6"
set $right_disp "Goldstar Company Ltd LG Ultra HD 0x0000B5BA"
# Work monitors
output $left_disp pos 0 0
output $right_disp pos 2560 0
#
# 4K resolution on 27" is way too small by default
output $left_disp scale 1.5
output $right_disp scale 1.5

12
.config/sway/config

@ -36,16 +36,8 @@ set $menu rofi -modi drun -show drun -show-icons -normal-window
# Default wallpaper (more resolutions are available in __DATADIR__/backgrounds/sway/) # Default wallpaper (more resolutions are available in __DATADIR__/backgrounds/sway/)
output * bg $bg tile output * bg $bg tile
set $left_disp "Goldstar Company Ltd LG HDR 4K 0x0000BBF6" # Include custom config for current computer
set $right_disp "Goldstar Company Ltd LG Ultra HD 0x0000B5BA" include `hostname`
# Work monitors
output $left_disp pos 0 0
output $right_disp pos 2560 0
#
# 4K resolution on 27" is way too small by default
output $left_disp scale 1.5
output $right_disp scale 1.5
# Disable T480s laptop internal screen on lid close # Disable T480s laptop internal screen on lid close
#set $laptop "Unknown 0x0791 0x00000000" #set $laptop "Unknown 0x0791 0x00000000"

5
.config/sway/mammut

@ -0,0 +1,5 @@
# Home desktop computer
set $left_disp "Samsung Electric Company S24E650 0x00005F4D"
set $right_disp "Dell Inc. DELL U2715H GH85D66Q08QS"

1
.config/sway/sid

@ -0,0 +1 @@
# Laptop
Loading…
Cancel
Save