Compare commits

..

No commits in common. "d9704edfe8d5cc692f45a57e51e9be94f97b45f1" and "4254d75eae2f5c4ed2d50de9705d92969e118c93" have entirely different histories.

5 changed files with 3 additions and 27 deletions

View file

@ -7,7 +7,3 @@ profile dock {
profile default { profile default {
output eDP-1 enable scale 1.25 output eDP-1 enable scale 1.25
} }
profile Desktop {
output 'Dell Inc. DELL U2718Q FN84K9B408AL' mode 3840x2160 position 0,0 scale 1.25
}

View file

@ -9,6 +9,9 @@ include ~/.config/sway/config.d/*
# output eDP-1 scale 1.5 # output eDP-1 scale 1.5
# output * scale 1.25 # output * scale 1.25
# enable automatic display arrangements
exec kanshi
# notification daemon # notification daemon
exec mako exec mako
@ -146,9 +149,3 @@ client.focused_inactive #000000 #000000 #c6d0f5 #ea999c #232634
client.unfocused #000000 #000000 #c6d0f5 #ea999c #232634 client.unfocused #000000 #000000 #c6d0f5 #ea999c #232634
floating_modifier $mod floating_modifier $mod
exec "systemctl --user import-environment {,WAYLAND_}DISPLAY SWAYSOCK; systemctl --user start sway-session.target"
exec swaymsg -t subscribe '["shutdown"]' && systemctl --user stop sway-session.target
# enable automatic display arrangements
exec_always "systemctl --user restart kanshi.service"

View file

@ -1,10 +0,0 @@
[Unit]
Description=Start kanshi display service
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/kanshi
[Install]
WantedBy=sway-session.target

View file

@ -1,6 +0,0 @@
[Unit]
Description=sway compositor session
Documentation=man:systemd.special(7)
BindsTo=graphical-session.target
Wants=graphical-session-pre.target
After=graphical-session-pre.target

View file

@ -1 +0,0 @@
/home/lennartalff/.config/systemd/user/kanshi.service