From deabccdf00e627ed6811db7ada360a685bc5ccea Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Fri, 24 Mar 2023 17:09:38 -0400 Subject: [PATCH] Awesome Window Manager - Add awesome wm config submodule - Change xinitrc to start awesome --- .config/awesome | 1 + .gitmodules | 4 ++++ .xinitrc | 2 +- README.org | 6 +++++- 4 files changed, 11 insertions(+), 2 deletions(-) create mode 160000 .config/awesome diff --git a/.config/awesome b/.config/awesome new file mode 160000 index 0000000..c03126a --- /dev/null +++ b/.config/awesome @@ -0,0 +1 @@ +Subproject commit c03126abf86a2392241a842b3b929617e67051dc diff --git a/.gitmodules b/.gitmodules index 4c3b7f8..4112c89 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/.xinitrc b/.xinitrc index a16b138..12923ce 100755 --- a/.xinitrc +++ b/.xinitrc @@ -19,4 +19,4 @@ xrdb ~/.Xresources /home/sravan/.scripts/startup.sh --kill-delay && /home/sravan/.scripts/startup.sh --delay) & -exec dwm +exec awesome diff --git a/README.org b/README.org index 52489b4..80a5f80 100644 --- a/README.org +++ b/README.org @@ -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