From b8882d98e4472d7ce6b5537cff59fa64f93e92b7 Mon Sep 17 00:00:00 2001 From: Bartal Laearsson Date: Fri, 3 Jul 2026 20:31:36 +0100 Subject: [PATCH] add some dnf packages --- templates/sway/config.j2 | 2 ++ vars.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/templates/sway/config.j2 b/templates/sway/config.j2 index fc64bb0..19ab58e 100644 --- a/templates/sway/config.j2 +++ b/templates/sway/config.j2 @@ -29,6 +29,8 @@ client.focused #33ccff #33ccff #1a1b26 #33ccff #33ccff client.focused_inactive #595959 #595959 #c0caf5 #595959 #595959 client.unfocused #595959 #595959 #c0caf5 #595959 #595959 +exec /usr/local/bin/pcloud + floating_modifier $mod normal # Applications and session diff --git a/vars.yml b/vars.yml index a4ca6a3..ad149d6 100644 --- a/vars.yml +++ b/vars.yml @@ -106,6 +106,7 @@ fedora_packages: - zsh - zsh-autosuggestions - zsh-syntax-highlighting + - wl-clipboard # Native Sway workstation - brightnessctl