From 44ee4e7394a378d1d472439ffc7ddd15ef896346 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Sun, 4 Jun 2023 18:51:13 +0200 Subject: [PATCH] sway: remove XCURSOR_THEME from footclient invocation --- sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/config b/sway/config index 6c97f6b..574beb4 100644 --- a/sway/config +++ b/sway/config @@ -16,7 +16,7 @@ set $down t set $up r set $right n # Your preferred terminal emulator -set $term env XCURSOR_THEME=Adwaita footclient +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.