add flameshot

This commit is contained in:
Daniel Mevec 2023-09-12 12:29:10 +02:00
parent 539ad7a331
commit 877ffa7f1e
2 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,7 @@ sound_ctrl = "cinnamon-settings sound"
update_distro_key = "Ubuntu" update_distro_key = "Ubuntu"
{{ end }} {{ end }}
keys = [ keys = [
# ## The essentials # ## The essentials
Key([mod], "Return", lazy.spawn(myTerm), desc='Launches My Terminal'), Key([mod], "Return", lazy.spawn(myTerm), desc='Launches My Terminal'),
@ -46,6 +47,7 @@ keys = [
desc='Run Shutdown Menu'), desc='Run Shutdown Menu'),
Key([mod], "period", lazy.spawn("rofimoji"), desc='Emoji Picker'), 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 # ## Switch focus of monitors
Key([mod, "control"], "Right", lazy.next_screen(), desc='Move focus to next monitor'), Key([mod, "control"], "Right", lazy.next_screen(), desc='Move focus to next monitor'),

View file

@ -16,7 +16,7 @@ if [ -n "$BASH_VERSION" ]; then
fi fi
fi fi
if [ -d "$HOME/.cargo/env" ]; then if [ -d "$HOME/.cargo" ]; then
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
fi fi