Enable XWayland

This commit is contained in:
2024-05-04 19:47:48 +01:00
parent 1453eb7299
commit 4046571ea9
3 changed files with 8 additions and 5 deletions

View File

@@ -112,8 +112,8 @@ bindsym $mod+Shift+x exec swaynag -t warning -m 'You pressed the exit shortcut.
# You can "split" the current object of your focus with # You can "split" the current object of your focus with
# $mod+b or $mod+v, for horizontal and vertical splits # $mod+b or $mod+v, for horizontal and vertical splits
# respectively. # respectively.
bindsym $mod+b splith bindsym $mod+v splith
bindsym $mod+v splitv bindsym $mod+b splitv
# Switch the current container between different layout styles # Switch the current container between different layout styles
bindsym $mod+s layout stacking bindsym $mod+s layout stacking
@@ -216,7 +216,7 @@ default_floating_border pixel 3
smart_borders on smart_borders on
# Border colors # Border colors
client.focused #d75f5f #d75f5f #1e1e2e client.focused #d75f5f #d75f5f #1e1e2e #d79b5f
client.unfocused #1e1e2e #1e1e2e #cdd6f4 client.unfocused #1e1e2e #1e1e2e #cdd6f4
client.focused_inactive #1e1e2e #1e1e2e #1e1e2e client.focused_inactive #1e1e2e #1e1e2e #1e1e2e
client.placeholder #f9e2af #f9e2af #1e1e2e client.placeholder #f9e2af #f9e2af #1e1e2e
@@ -229,7 +229,9 @@ focus_follows_mouse no
# Autostart # # Autostart #
#-----------# #-----------#
exec_always --no-startup-id nextcloud --background & exec_always --no-startup-id nextcloud --background &
exec --no-startup-id /usr/libexec/xdg-desktop-portal -r
xwayland enable
for_window [shell="xwayland"] title_format "[XWayland] %title"
include /etc/sway/config.d/* include /etc/sway/config.d/*

View File

@@ -0,0 +1 @@
08054b71-444d-4467-9455-e3dd779fc706

View File

@@ -15,7 +15,7 @@ fi
paru -Sy curl git stow bat fzf less nextcloud-client paru -Sy curl git stow bat fzf less nextcloud-client
# Install DE # Install DE
paru -Sy sway swaybg swaylock waybar wofi foot grim slurp wl-clipboard paru -Sy xorg-xwayland xdg-desktop-portal sway swaybg swaylock waybar wofi foot grim slurp wl-clipboard
# Install GUI Apps # Install GUI Apps
paru -Sy signal-desktop gnome-podcasts brave-bin paru -Sy signal-desktop gnome-podcasts brave-bin