Add Backham Submodule
This commit is contained in:
parent
c0fc18d5f9
commit
42c59b47ff
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
@ -0,0 +1 @@
|
||||
Subproject commit 6093c00c56f0c83123c84137ddeac428e1f11722
|
Loading…
x
Reference in New Issue
Block a user