Awesome Window Manager
- Add awesome wm config submodule - Change xinitrc to start awesome
This commit is contained in:
parent
8e0ae34248
commit
deabccdf00
1
.config/awesome
Submodule
1
.config/awesome
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit c03126abf86a2392241a842b3b929617e67051dc
|
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -102,3 +102,7 @@
|
|||||||
path = .themes/dracula-polymc
|
path = .themes/dracula-polymc
|
||||||
url = git@github.com:dracula/polymc.git
|
url = git@github.com:dracula/polymc.git
|
||||||
branch = main
|
branch = main
|
||||||
|
[submodule ".config/awesome"]
|
||||||
|
path = .config/awesome
|
||||||
|
url = git@github.com:balajsra/awesome.git
|
||||||
|
branch = main
|
||||||
|
2
.xinitrc
2
.xinitrc
@ -19,4 +19,4 @@ xrdb ~/.Xresources
|
|||||||
/home/sravan/.scripts/startup.sh --kill-delay &&
|
/home/sravan/.scripts/startup.sh --kill-delay &&
|
||||||
/home/sravan/.scripts/startup.sh --delay) &
|
/home/sravan/.scripts/startup.sh --delay) &
|
||||||
|
|
||||||
exec dwm
|
exec awesome
|
||||||
|
@ -239,6 +239,10 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks.
|
|||||||
path = .themes/dracula-polymc
|
path = .themes/dracula-polymc
|
||||||
url = git@github.com:dracula/polymc.git
|
url = git@github.com:dracula/polymc.git
|
||||||
branch = main
|
branch = main
|
||||||
|
[submodule ".config/awesome"]
|
||||||
|
path = .config/awesome
|
||||||
|
url = git@github.com:balajsra/awesome.git
|
||||||
|
branch = main
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Ignoring files and directories
|
** Ignoring files and directories
|
||||||
@ -7927,7 +7931,7 @@ xrdb ~/.Xresources
|
|||||||
*** Launch Environment
|
*** Launch Environment
|
||||||
|
|
||||||
#+BEGIN_SRC shell :shebang #!/bin/sh :tangle .xinitrc
|
#+BEGIN_SRC shell :shebang #!/bin/sh :tangle .xinitrc
|
||||||
exec dwm
|
exec awesome
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Xresources
|
** Xresources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user