added doom emacs
parent
b06263bfe0
commit
0e3a44ad34
|
@ -20,6 +20,7 @@ bspc config focus_follows_pointer true
|
|||
# WINDOW RULES #
|
||||
bspc rule -a Steam state=floating
|
||||
bspc rule -a Zathura state=tiled
|
||||
bspc rule -a Emacs state=tiled
|
||||
|
||||
# PROBLEMS WITH JAVA APPLICATIONS #
|
||||
wmname LG3D
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 473417a8907559f0a60952ddcae8db861445a533
|
|
@ -0,0 +1,3 @@
|
|||
[submodule ".emacs.d"]
|
||||
path = .emacs.d
|
||||
url = https://github.com/hlissner/doom-emacs
|
Loading…
Reference in New Issue