getting awesome setup
This commit is contained in:
parent
9899f5a0a8
commit
46db1c247b
7 changed files with 13 additions and 5 deletions
|
@ -9,6 +9,7 @@
|
|||
(local xresources (require "beautiful.xresources"))
|
||||
;; Notification library
|
||||
(global naughty (require "naughty"))
|
||||
(naughty.notification {:title "YAY FNL LOADED!"})
|
||||
(global menubar (require "menubar"))
|
||||
;; Enable hotkeys help widget for VIM and other apps
|
||||
;; when client with a matching name is opened:
|
||||
|
@ -17,6 +18,7 @@
|
|||
(local dpi xresources.apply_dpi)
|
||||
(local ruled (require "ruled"))
|
||||
|
||||
|
||||
(global togglebar (fn []
|
||||
(let [s (awful.screen.focused {:client true})]
|
||||
(s.togglebar))))
|
||||
|
@ -35,6 +37,7 @@
|
|||
:text awesome.startup_errors}))
|
||||
|
||||
|
||||
|
||||
;; Handle runtime errors after startup
|
||||
(do
|
||||
(var in_error false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue