diff --git a/awesome/keybindings.fnl b/awesome/keybindings.fnl index 8d6dd49..3588f8c 100644 --- a/awesome/keybindings.fnl +++ b/awesome/keybindings.fnl @@ -140,6 +140,8 @@ {:description "launch new emacs frame" :group "apps" }) (awful.key [ modkey ] "p" (fn [] (awful.spawn "emacsclient -c -e '(pass)'")) {:description "select pass" :group "apps" }) + (awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer")) + {:description "Open Writer" :group "apps" }) ;; rofi (awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.dotfiles/rofi/launchers-git/launcher.sh")) {:description "launch rofi" :group "launcher"})