updating EVERYTHING for arch again
This commit is contained in:
parent
270b92d0c2
commit
d0ef589a39
20 changed files with 120 additions and 74 deletions
|
@ -151,10 +151,10 @@
|
|||
(awful.key [ modkey ] "." (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/emoji.sh"))
|
||||
{:description "emoji picker" :group "utilities"})
|
||||
(awful.key [] "XF86MonBrightnessUp" (fn [] (awful.spawn.with_shell
|
||||
"light -A 5 && lightget"))
|
||||
"brightnessctl s +5% && lightget"))
|
||||
{:description "Increase monitor brightness by 5%" :group "utilities"})
|
||||
(awful.key [] "XF86MonBrightnessDown" (fn [] (awful.spawn.with_shell
|
||||
"light -U 5 && lightget"))
|
||||
"brightnessctl s 5%- && lightget"))
|
||||
{:description "Decrease monitor brightness by 5%" :group "utilities"})
|
||||
;; Menubar
|
||||
;; (awful.key [ modkey ] "p" (fn [] (menubar.show))
|
||||
|
@ -183,7 +183,7 @@
|
|||
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
|
||||
{:description "Open Writer" :group "apps" })
|
||||
;;ff
|
||||
(awful.key [modkey] "b" (fn [] (awful.spawn "fflof"))
|
||||
(awful.key [modkey] "b" (fn [] (awful.spawn "qblof"))
|
||||
{:description "launch browser" :group "apps"})
|
||||
;; rofi
|
||||
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue