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