Compare commits

..

2 Commits

Author SHA1 Message Date
845da00c71 Add some wayland related env variables 2022-12-14 15:29:48 +01:00
c066783a94 sputnik: move default monitor output 2022-12-14 15:29:19 +01:00
2 changed files with 5 additions and 1 deletions

View File

@ -60,6 +60,7 @@ starship init fish | source
if status is-login
and set -q XDG_SESSION_TYPE XDG_VTNR
and test $XDG_SESSION_TYPE = "tty" -a $XDG_VTNR = "1"
set -x XDG_SESSION_TYPE sway
exec sway
end
{% end %}

View File

@ -44,7 +44,7 @@ output DP-1 scale 1.5
output eDP-1 scale 2.0
output DP-1 scale 1.5
{% elif hostname == "sputnik" %}
output DP-3 mode 3440x1440@144Hz
output DP-1 mode 3440x1440@144Hz
{% end %}
output * bg ~/.config/wallpapers/2560x1440/rocket.jpg fill
@ -313,3 +313,6 @@ for_window [app_id="zoom"] floating enable
for_window [app_id="com.nextcloud.desktopclient.nextcloud"] floating enable
include /etc/sway/config.d/*
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP