Awesome Window Manager

- Add awesome wm config submodule
- Change xinitrc to start awesome
This commit is contained in:
Sravan Balaji 2023-03-24 17:09:38 -04:00
parent 8e0ae34248
commit deabccdf00
4 changed files with 11 additions and 2 deletions

1
.config/awesome Submodule

@ -0,0 +1 @@
Subproject commit c03126abf86a2392241a842b3b929617e67051dc

4
.gitmodules vendored
View File

@ -102,3 +102,7 @@
path = .themes/dracula-polymc
url = git@github.com:dracula/polymc.git
branch = main
[submodule ".config/awesome"]
path = .config/awesome
url = git@github.com:balajsra/awesome.git
branch = main

View File

@ -19,4 +19,4 @@ xrdb ~/.Xresources
/home/sravan/.scripts/startup.sh --kill-delay &&
/home/sravan/.scripts/startup.sh --delay) &
exec dwm
exec awesome

View File

@ -239,6 +239,10 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks.
path = .themes/dracula-polymc
url = git@github.com:dracula/polymc.git
branch = main
[submodule ".config/awesome"]
path = .config/awesome
url = git@github.com:balajsra/awesome.git
branch = main
#+END_SRC
** Ignoring files and directories
@ -7927,7 +7931,7 @@ xrdb ~/.Xresources
*** Launch Environment
#+BEGIN_SRC shell :shebang #!/bin/sh :tangle .xinitrc
exec dwm
exec awesome
#+END_SRC
** Xresources