Merge branch 'master' of gitlab.com:chriscochrun/dotfiles

This commit is contained in:
Chris Cochrun 2021-04-01 06:26:35 -05:00
commit 86539765d8
4 changed files with 63 additions and 1 deletions

View file

@ -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"})