From a3c56518422ac91277bd2199c7ab5a3423d969f7 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 7 Feb 2021 14:45:40 -0600 Subject: [PATCH] Add writer keybinding --- awesome/keybindings.fnl | 2 ++ 1 file changed, 2 insertions(+) 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"})