Compare commits
2 Commits
41281738d4
...
845da00c71
| Author | SHA1 | Date | |
|---|---|---|---|
|
845da00c71
|
|||
|
c066783a94
|
@ -60,6 +60,7 @@ starship init fish | source
|
|||||||
if status is-login
|
if status is-login
|
||||||
and set -q XDG_SESSION_TYPE XDG_VTNR
|
and set -q XDG_SESSION_TYPE XDG_VTNR
|
||||||
and test $XDG_SESSION_TYPE = "tty" -a $XDG_VTNR = "1"
|
and test $XDG_SESSION_TYPE = "tty" -a $XDG_VTNR = "1"
|
||||||
|
set -x XDG_SESSION_TYPE sway
|
||||||
exec sway
|
exec sway
|
||||||
end
|
end
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|||||||
@ -44,7 +44,7 @@ output DP-1 scale 1.5
|
|||||||
output eDP-1 scale 2.0
|
output eDP-1 scale 2.0
|
||||||
output DP-1 scale 1.5
|
output DP-1 scale 1.5
|
||||||
{% elif hostname == "sputnik" %}
|
{% elif hostname == "sputnik" %}
|
||||||
output DP-3 mode 3440x1440@144Hz
|
output DP-1 mode 3440x1440@144Hz
|
||||||
{% end %}
|
{% end %}
|
||||||
output * bg ~/.config/wallpapers/2560x1440/rocket.jpg fill
|
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
|
for_window [app_id="com.nextcloud.desktopclient.nextcloud"] floating enable
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
|
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user