Scripts and a lot of other things...
This commit is contained in:
parent
93d99b81db
commit
fda17aea44
18 changed files with 420 additions and 53 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue