From dc297eb38b269d00602afbf26f153ea1172f48c2 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 26 Apr 2025 21:20:49 -0400 Subject: [PATCH] Update SHELL path and bump submodules - Change SHELL from /bin/fish to /usr/bin/fish (shouldn't make a difference) - Update doom emacs submodule - Update doom emacs config submodule - Update hyprland submodule --- README.org | 7 ++++--- dwl/.winitrc | 6 +++--- dwm/.xinitrc | 2 +- emacs/.config/doom-emacs | 2 +- emacs/.config/doom-emacs-config | 2 +- hyprland/.config/hypr | 2 +- uwsm/.config/uwsm/env | 2 +- 7 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.org b/README.org index ed9b21c..f9a2fce 100644 --- a/README.org +++ b/README.org @@ -110,6 +110,7 @@ - [[#wayland][Wayland]] - [[#winit][Winit]] - [[#wayland-startup][Wayland Startup]] + - [[#universal-wayland-session-manager][Universal Wayland Session Manager]] - [[#justfile][Justfile]] - [[#miscellaneous-scripts][Miscellaneous Scripts]] - [[#media-control][Media Control]] @@ -9226,7 +9227,7 @@ Host gitea.sravanbalaji.com #+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwm/.xinitrc export TERM=xterm-256color # Sets the terminal type -export SHELL=/bin/fish # Preferred shell +export SHELL=/usr/bin/fish # Preferred shell export EDITOR="emacs" # Default editor export GIT_EDITOR="emacs" # Default git editor export BROWSER=vivaldi-stable # Web Browser @@ -9554,7 +9555,7 @@ main $@ #+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwl/.winitrc export TERM=xterm-256color # Sets the terminal type -export SHELL=/bin/fish # Preferred shell +export SHELL=/usr/bin/fish # Preferred shell export EDITOR=emacs # Default editor export GIT_EDITOR=emacs # Default git editor export BROWSER=vivaldi-stable # Web Browser @@ -9703,7 +9704,7 @@ main $@ #+BEGIN_SRC shell :tangle uwsm/.config/uwsm/env # User Settings export TERM=xterm-256color # Sets the terminal type -export SHELL=/bin/fish # Preferred shell +export SHELL=/usr/bin/fish # Preferred shell export EDITOR=emacs # Default editor export GIT_EDITOR=emacs # Default git editor export BROWSER=vivaldi-stable # Web Browser diff --git a/dwl/.winitrc b/dwl/.winitrc index 8dd160f..f3f3bf3 100755 --- a/dwl/.winitrc +++ b/dwl/.winitrc @@ -1,8 +1,8 @@ #!/usr/bin/env bash export TERM=xterm-256color # Sets the terminal type -export SHELL=/bin/fish # Preferred shell -export EDITOR="emacs" # Default editor -export GIT_EDITOR="emacs" # Default git editor +export SHELL=/usr/bin/fish # Preferred shell +export EDITOR=emacs # Default editor +export GIT_EDITOR=emacs # Default git editor export BROWSER=vivaldi-stable # Web Browser export XDG_CONFIG_HOME=$HOME/.config # Set Config directory export QT_QPA_PLATFORMTHEME=qt6ct # QGtkStyle diff --git a/dwm/.xinitrc b/dwm/.xinitrc index 97b9a9a..6f863ff 100755 --- a/dwm/.xinitrc +++ b/dwm/.xinitrc @@ -1,6 +1,6 @@ #!/usr/bin/env bash export TERM=xterm-256color # Sets the terminal type -export SHELL=/bin/fish # Preferred shell +export SHELL=/usr/bin/fish # Preferred shell export EDITOR="emacs" # Default editor export GIT_EDITOR="emacs" # Default git editor export BROWSER=vivaldi-stable # Web Browser diff --git a/emacs/.config/doom-emacs b/emacs/.config/doom-emacs index 56ce6cc..303dd28 160000 --- a/emacs/.config/doom-emacs +++ b/emacs/.config/doom-emacs @@ -1 +1 @@ -Subproject commit 56ce6cc284e8f4dd0cb0704dde6694a1b8e500ed +Subproject commit 303dd28db808b42a2397c0f4b9fdd71e606026ff diff --git a/emacs/.config/doom-emacs-config b/emacs/.config/doom-emacs-config index dae83dd..d71a357 160000 --- a/emacs/.config/doom-emacs-config +++ b/emacs/.config/doom-emacs-config @@ -1 +1 @@ -Subproject commit dae83ddfea2d8e3e4481c40de88a72eebbc68e3d +Subproject commit d71a35720f035d90220af887de9bfb5bcdbba86b diff --git a/hyprland/.config/hypr b/hyprland/.config/hypr index e24d3b6..2706184 160000 --- a/hyprland/.config/hypr +++ b/hyprland/.config/hypr @@ -1 +1 @@ -Subproject commit e24d3b67cc401b8d8c09d056b2623a54cb849752 +Subproject commit 270618456b6490a334e7dcb74571bb084504c40d diff --git a/uwsm/.config/uwsm/env b/uwsm/.config/uwsm/env index 47c872c..438d688 100644 --- a/uwsm/.config/uwsm/env +++ b/uwsm/.config/uwsm/env @@ -1,6 +1,6 @@ # User Settings export TERM=xterm-256color # Sets the terminal type -export SHELL=/bin/fish # Preferred shell +export SHELL=/usr/bin/fish # Preferred shell export EDITOR=emacs # Default editor export GIT_EDITOR=emacs # Default git editor export BROWSER=vivaldi-stable # Web Browser