Add Backham Submodule
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -2,3 +2,7 @@
|
||||
path = awesomewm-micky
|
||||
url = git@github.com:balajsra/awesomewm-micky.git
|
||||
branch = master
|
||||
[submodule "awesomewm-backham"]
|
||||
path = awesomewm-backham
|
||||
url = git@github.com:basaran/awesomewm-backham.git
|
||||
branch = master
|
||||
|
@@ -125,6 +125,12 @@ Automatically move and center mouse cursors to the focused window
|
||||
require("awesomewm-micky")
|
||||
#+END_SRC
|
||||
|
||||
Automatically focus back to the previous client on minimize and close
|
||||
|
||||
#+BEGIN_SRC lua :tangle rc.lua
|
||||
require("awesomewm-backham")
|
||||
#+END_SRC
|
||||
|
||||
* Error Handling
|
||||
|
||||
Check if awesome encountered an error during startup and fell back to another config (This code will only ever execute for the fallback config)
|
||||
|
1
awesomewm-backham
Submodule
1
awesomewm-backham
Submodule
Submodule awesomewm-backham added at 6093c00c56
Reference in New Issue
Block a user