Skip to content
Snippets Groups Projects
Commit f258d2de authored by minute's avatar minute
Browse files

sway: fix KDE cursor appearing in sway

parent cc650802
No related branches found
No related tags found
No related merge requests found
...@@ -251,12 +251,14 @@ font pango: Inter, Icons Bold 14 ...@@ -251,12 +251,14 @@ font pango: Inter, Icons Bold 14
#} #}
for_window [app_id="pavucontrol"] floating enable for_window [app_id="pavucontrol"] floating enable
for_window [app_id="connman-gtk"] floating enable
for_window [app_id="gnome-control-center"] floating enable for_window [app_id="gnome-control-center"] floating enable
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway
# fix KDE cursor appearing in sway
seat seat0 xcursor_theme Adwaita 24
# waybar # waybar
exec waybar exec waybar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment