refactoring and adding bitwarden menu and some other keybindings
This commit is contained in:
parent
eb085ccf54
commit
fcedf34dc8
8 changed files with 47 additions and 10 deletions
|
@ -20,6 +20,7 @@
|
|||
;; my splits
|
||||
(local rules (require "rules"))
|
||||
(local keybindings (require "keybindings"))
|
||||
;; (local notifications (require "notifications"))
|
||||
|
||||
;; Error handling
|
||||
;; Check if awesome encountered an error during startup and fell back to
|
||||
|
@ -63,7 +64,7 @@
|
|||
(local alt "Mod1")
|
||||
|
||||
;; Set hostname so that we can utilize specific features on different machines
|
||||
(var laptop true )
|
||||
(var laptop false )
|
||||
(awful.spawn.easy_async "hostname" (fn [ stdout stderr reason exit_code ]
|
||||
(if (= "chris-linuxlaptop\n" stdout)
|
||||
(set laptop true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue