From 877ffa7f1e1c17aad2545e0fd9c93a97b38cdb35 Mon Sep 17 00:00:00 2001 From: Daniel Mevec Date: Tue, 12 Sep 2023 12:29:10 +0200 Subject: [PATCH] add flameshot --- dot_config/qtile/config.py.tmpl | 2 ++ dot_profile.tmpl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/qtile/config.py.tmpl b/dot_config/qtile/config.py.tmpl index ffdfa00c..f267451a 100644 --- a/dot_config/qtile/config.py.tmpl +++ b/dot_config/qtile/config.py.tmpl @@ -29,6 +29,7 @@ sound_ctrl = "cinnamon-settings sound" update_distro_key = "Ubuntu" {{ end }} + keys = [ # ## The essentials Key([mod], "Return", lazy.spawn(myTerm), desc='Launches My Terminal'), @@ -46,6 +47,7 @@ keys = [ desc='Run Shutdown Menu'), Key([mod], "period", lazy.spawn("rofimoji"), desc='Emoji Picker'), + Key([mod], "Print", lazy.spawn("flameshot gui"), desc='Summon the screenshot tool.'), # ## Switch focus of monitors Key([mod, "control"], "Right", lazy.next_screen(), desc='Move focus to next monitor'), diff --git a/dot_profile.tmpl b/dot_profile.tmpl index c959a638..5f46e225 100644 --- a/dot_profile.tmpl +++ b/dot_profile.tmpl @@ -16,7 +16,7 @@ if [ -n "$BASH_VERSION" ]; then fi fi -if [ -d "$HOME/.cargo/env" ]; then +if [ -d "$HOME/.cargo" ]; then . "$HOME/.cargo/env" fi