Merge branch 'master' of gitlab.com:chriscochrun/dotfiles
This commit is contained in:
commit
86539765d8
4 changed files with 63 additions and 1 deletions
|
@ -155,6 +155,8 @@
|
|||
{:description "launch rofi bitwarden selector" :group "launcher"})
|
||||
(awful.key [modkey] "y" (fn [] (awful.spawn "yt -r"))
|
||||
{:description "search youtube" :group "launcher"})
|
||||
(awful.key [modkey] "q" (fn [] (awful.spawn "dmqute"))
|
||||
{:description "search internet through qutebrowser" :group "launcher"})
|
||||
;; audio
|
||||
(awful.key [modkey] "a" (fn [] (awful.spawn "alacritty --class pulsemixer -e pulsemixer"))
|
||||
{:description "launch pulsemixer" :group "audio"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue