adding some changes for plasma

This commit is contained in:
Chris Cochrun 2021-10-03 07:29:50 -05:00
parent 5a8649393d
commit 072a871100
4 changed files with 74 additions and 3 deletions

View file

@ -119,6 +119,8 @@
;; Prompt
(awful.key [ modkey ] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/run.sh"))
{:description "run prompt" :group "launcher"})
(awful.key [ modkey ] "r" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/run.sh"))
{:description "run prompt" :group "launcher"})
(awful.key [ modkey shift ctrl ] "x" (fn []
(let [fscr (awful.screen.focused)]