diff --git a/.config/sway/config b/.config/sway/config index 8ca3d12..aeccae0 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -73,6 +73,9 @@ workspace 2 output DP-5 # Reload the configuration file bindsym $mod+Shift+c reload + # Lock + bindsym $mod+Shift+Escape exec swaylock -f -c 000000 + # 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' # diff --git a/ansible/roles/packages/vars/Archlinux.yml b/ansible/roles/packages/vars/Archlinux.yml index 297da27..c3fad2d 100644 --- a/ansible/roles/packages/vars/Archlinux.yml +++ b/ansible/roles/packages/vars/Archlinux.yml @@ -24,3 +24,14 @@ required_packages_pacman: - pipewire - pipewire-pulse - openssh + - xorg-xwayland + - wayland + +flatpak_remote: + - {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"} + +required_packages_flatpak: + - com.discordapp.Discord + - io.gitlab.librewolf-community + - org.gtk.Gtk3theme.Pop-dark +