1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-14 05:00:59 +02:00

Fix Wayland support for apps running under systemd

This commit is contained in:
Arti Zirk 2024-11-04 14:38:36 +02:00
parent e50989e39a
commit 3761124be7
3 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
XCURSOR_SIZE=24

View File

@ -10,6 +10,7 @@ for_window [app_id="quasselclient"] move to workspace $chat_workspace
exec systemd-run --user --unit=quasselclient /usr/bin/quasselclient
for_window [class="Element"] move to workspace $chat_workspace
for_window [app_id="Element"] move to workspace $chat_workspace
exec systemd-run --user --unit=element-desktop /usr/bin/element-desktop
for_window [class="Slack"] move to workspace $chat_workspace

View File

@ -366,4 +366,7 @@ input 1133:16534:Logitech_ERGO_M575 {
include /etc/sway/config.d/*
exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway
exec systemctl --user set-environment DESKTOP_SESSION=sway
exec systemctl --user set-environment XDG_SESSION_DESKTOP=sway
exec systemctl --user set-environment XDG_SESSION_TYPE=wayland
include autostart