summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2022-02-20 17:11:48 -0600
committerTimmy Keller <tjk@tjkeller.xyz>2022-02-20 17:11:48 -0600
commit73a8305b011b8d937bdbc0dea347e8b3342167db (patch)
treed127325d8cd7795a12fa98e83643c3b243d1d9a4
parent3a7731af86c2bf9033e46f787deea869e302cd9f (diff)
downloaddotconfig-73a8305b011b8d937bdbc0dea347e8b3342167db.tar.xz
dotconfig-73a8305b011b8d937bdbc0dea347e8b3342167db.zip
optimize xrc, dbus-launch timmywm, removed xdg_data_dirs environ
-rwxr-xr-xx11/rc2
-rwxr-xr-xx11/xinitrc3
-rw-r--r--zsh/zprofile.G3N21
-rw-r--r--zsh/zprofile.librex602
-rw-r--r--zsh/zprofile.voidx2503
5 files changed, 2 insertions, 9 deletions
diff --git a/x11/rc b/x11/rc
index 0439256..16ed9d1 100755
--- a/x11/rc
+++ b/x11/rc
@@ -1,7 +1,5 @@
#!/bin/sh
-xvsync &
[ "`hostname`" = "G3N2" ] && [ -f ~/.config/x11/Xresources ] && xrdb -merge -I$HOME ~/.config/x11/Xresources &
-#[ "`hostname`" = "openbsdx230" ] && bdstpscroll &
seasonalwallpaper &
capsmap &
unclutter -noevents &
diff --git a/x11/xinitrc b/x11/xinitrc
index d5731a0..2bf48cc 100755
--- a/x11/xinitrc
+++ b/x11/xinitrc
@@ -1,4 +1,3 @@
#!/bin/sh
/home/timmy/.config/x11/rc &
-exec timmywm && xvsync
-
+exec dbus-launch --exit-with-session timmywm && xvsync
diff --git a/zsh/zprofile.G3N2 b/zsh/zprofile.G3N2
index 27b283c..b6dbfdf 100644
--- a/zsh/zprofile.G3N2
+++ b/zsh/zprofile.G3N2
@@ -9,4 +9,5 @@ export ZPLUGINS="
/usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh
/usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh
"
+
source /home/timmy/.config/zsh/zprofile.base
diff --git a/zsh/zprofile.librex60 b/zsh/zprofile.librex60
index 7d8294c..e35273b 100644
--- a/zsh/zprofile.librex60
+++ b/zsh/zprofile.librex60
@@ -6,7 +6,5 @@ export PATH="/usr/local/texlive/2021/bin/x86_64-linux:$PATH"
export ZPLUGINS="
/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
"
-export XDG_DATA_DIRS="/usr/share/:$XDG_DATA_DIRS"
-export XDG_DATA_DIRS="/usr/local/share/:$XDG_DATA_DIRS"
source /home/timmy/.config/zsh/zprofile.base
diff --git a/zsh/zprofile.voidx250 b/zsh/zprofile.voidx250
index 5b0f0f7..9941ad1 100644
--- a/zsh/zprofile.voidx250
+++ b/zsh/zprofile.voidx250
@@ -7,9 +7,6 @@ export ZPLUGINS="
/usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh
/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
"
-export XDG_DATA_DIRS="/usr/share/:$XDG_DATA_DIRS"
-export XDG_DATA_DIRS="/usr/local/share/:$XDG_DATA_DIRS"
-export XDG_DATA_DIRS="/var/lib/flatpak/exports/share/:$XDG_DATA_DIRS"
alias \
xi="sudo xbps-install" \