From c47fc77e081fc84673a805f0996f77b1a2534c97 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Sat, 2 Dec 2023 19:42:15 +0100 Subject: [PATCH] Zathura --- playbooks/apt.yaml | 1 + templates/sway_config.j2 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/apt.yaml b/playbooks/apt.yaml index bef5503..4b67f08 100644 --- a/playbooks/apt.yaml +++ b/playbooks/apt.yaml @@ -67,6 +67,7 @@ - xwayland - yapf3 - yq + - zathura - zsh state: latest update_cache: true diff --git a/templates/sway_config.j2 b/templates/sway_config.j2 index 8589525..30f19d7 100644 --- a/templates/sway_config.j2 +++ b/templates/sway_config.j2 @@ -8,7 +8,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term foot-client +set $term footclient # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on.