From 5c59c137df003c0895f10226423d277d5407c8fa Mon Sep 17 00:00:00 2001 From: elenapan Date: Thu, 1 May 2025 11:01:58 +0300 Subject: [PATCH] sway: Change tilde to $HOME in global variables --- config/sway/globals | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sway/globals b/config/sway/globals index 47af3ae..18ffaee 100644 --- a/config/sway/globals +++ b/config/sway/globals @@ -6,11 +6,11 @@ set { $right l # Sway scripts directory - $sway ~/.config/sway/scripts + $sway $HOME/.config/sway/scripts # Eww scripts directory - $eww ~/.config/eww/scripts + $eww $HOME/.config/eww/scripts - $screenshots_dir ~/pix/screenshots + $screenshots_dir $HOME/pix/screenshots # Terminal emulator # Use `-1` for the single-instance feature of kitty to reduce startup time