Scripts and a lot of other things...

This commit is contained in:
Chris Cochrun 2020-12-02 08:58:52 -06:00
parent 93d99b81db
commit fda17aea44
18 changed files with 420 additions and 53 deletions

View file

@ -65,7 +65,7 @@
(fn get-volume [?callback]
(let [cb (or ?callback (fn [] nil))]
(awful.spawn.easy_async_with_shell "pamixer --get-volume" cb)))
(awful.spawn.easy_async_with_shell "pamixer --get-volume-human" cb)))
;; Table of layouts to cover with awful.layout.inc, order matters.
(set awful.layout.layouts [
@ -426,6 +426,6 @@
(awful.spawn.with_shell "flameshot")
(awful.spawn.with_shell "caffeine")
(awful.spawn.with_shell "nextcloud --background")
(awful.spawn.with_shell "emacs --daemon")
(awful.spawn.with_shell "emacs --with-profile --daemon default")
(awful.spawn.with_shell "libinput-gestures-setup start")
(awful.spawn.with_shell "bluetoothctl power on")