This commit is contained in:
Johannes Loher 2025-02-16 19:41:27 +01:00
parent af1dce624e
commit da95ce5c44
Signed by: saluu
GPG key ID: 7CB0A9FB553DA045
2 changed files with 9 additions and 4 deletions

View file

@ -1,20 +1,25 @@
set $primary_monitor_identifier eDP-1
set $primary_monitor_resolution 3840x12400
set $primary_monitor_resolution 3840x2400
set $primary_monitor_scale 2
set $primary_monitor_background $HOME/.local/share/backgrounds/mountain.jpg
set $secondary_monitor_identifier 'Eizo Nanao Corporation EV2455 0x02B3F906'
set $secondary_monitor_resolution 1920x1200
set $secondary_monitor_scale 1
set $secondary_monitor_x_offset 1600
set $secondary_monitor_x_offset 1920
set $secondary_monitor_y_offset 0
set $secondary_monitor_background $HOME/.local/share/backgrounds/mountain.jpg
set $tertiary_monitor_identifier 'Dell Inc. DELL U2719D 843HV13'
set $tertiary_monitor_resolution 2560x1440
set $tertiary_monitor_scale 1
set $tertiary_monitor_x_offset 3520
set $tertiary_monitor_x_offset 3840
set $tertiary_monitor_y_offset 0
set $tertiary_monitor_background $HOME/.local/share/backgrounds/mountain_vertical.jpg
set $internal_monitor_identifier eDP-2
# ------------------------------------------------------------------------------
# gammastep
# ------------------------------------------------------------------------------
exec /usr/bin/gammastep-indicator

View file

@ -1,4 +1,4 @@
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
source $HOME/.profile
exec sway --unsupported-gpu
exec sway --unsupported-gpu -d 2> /tmp/sway.log
fi