From c632af51b3bbcc599497e353168480f9b75a3cc0 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 23 Aug 2023 10:01:15 +0200 Subject: [PATCH] Updates --- qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtile/config.py b/qtile/config.py index 5b56f77..703f0fe 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -81,7 +81,7 @@ keys = [ Key([mod, "shift"], "h", lazy.layout.swap_left()), Key([mod, "shift"], "l", lazy.layout.swap_right()), - Key([mod], "Print", lazy.spawn("/home/raabe/dotfiles/scripts/scrot.sh")), + Key([mod], "Print", lazy.spawn(home + "/dotfiles/scripts/scrot.sh")), # Size # Key([mod], "h", lazy.layout.shrink(), lazy.layout.decrease_nmaster(), desc='Shrink window (MonadTall)'),