Awesome Window Manager
- Add awesome wm config submodule - Change xinitrc to start awesome
This commit is contained in:
1
.config/awesome
Submodule
1
.config/awesome
Submodule
Submodule .config/awesome added at c03126abf8
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -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
|
||||
|
2
.xinitrc
2
.xinitrc
@@ -19,4 +19,4 @@ xrdb ~/.Xresources
|
||||
/home/sravan/.scripts/startup.sh --kill-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
|
||||
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
|
||||
|
Reference in New Issue
Block a user