From 7eeb15bc4d27a23392b75a16cd0b618bd745e12f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 3 Jun 2024 20:20:48 -0500 Subject: [PATCH] update sway and package --- .config/sway/config | 3 +++ ansible/roles/packages/vars/Archlinux.yml | 11 +++++++++++ 2 files changed, 14 insertions(+) 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 +