diff --git a/sddm/sddm-greeter.config b/sddm/sddm-greeter.config new file mode 100644 index 0000000..cca8590 --- /dev/null +++ b/sddm/sddm-greeter.config @@ -0,0 +1,9 @@ +# Sway configuration for SDDM greeter display server. +xwayland disable +swaybg_command - +set $mod Mod4 + +# Exit sway (logs you out of your Wayland session) +bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit' +# Show sddm-greeter as fullscreen +for_window [app_id="sddm-greeter"] fullscreen diff --git a/sddm/wayland-sway.conf b/sddm/wayland-sway.conf new file mode 100644 index 0000000..f43d3fe --- /dev/null +++ b/sddm/wayland-sway.conf @@ -0,0 +1,10 @@ +[General] +DisplayServer=wayland +GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=xdg-shell +InputMethod= + +[Theme] +Current=02-lxqt-fedora + +[Wayland] +CompositorCommand=sway -c /etc/sway/sddm-greeter.config