add flameshot
This commit is contained in:
parent
539ad7a331
commit
877ffa7f1e
2 changed files with 3 additions and 1 deletions
|
|
@ -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'),
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue