Adding flameshot keybinding for awesome
This commit is contained in:
parent
ca95ac0419
commit
a0b4fbcbfa
3 changed files with 4 additions and 1 deletions
|
@ -111,6 +111,8 @@
|
|||
;; utilities
|
||||
(awful.key [] "Print" (fn [] (awful.spawn "flameshot gui"))
|
||||
{:description "screenshot" :group "utilities"})
|
||||
(awful.key [modkey shift] "p" (fn [] (awful.spawn "flameshot gui"))
|
||||
{:description "screenshot" :group "utilities"})
|
||||
(awful.key [ modkey ] "." (fn [] (awful.spawn "/home/chris/.dotfiles/rofi/launchers-git/emoji.sh"))
|
||||
{:description "emoji picker" :group "utilities"})
|
||||
(awful.key [] "XF86MonBrightnessUp" (fn [] (awful.spawn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue