Adding flameshot keybinding for awesome
This commit is contained in:
parent
0fd3495ff7
commit
4d9efc547a
2 changed files with 4 additions and 2 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