diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2024-05-18 22:22:47 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2024-05-18 22:22:47 +0200 |
commit | 309ec72a71b559daadb5d7b58d8ff2b0c1c46cfc (patch) | |
tree | ba3e57543b9c1bf111f98b55367db3eccad9e3cd /root/.xinitrc | |
parent | gentoo (diff) | |
download | n-309ec72a71b559daadb5d7b58d8ff2b0c1c46cfc.tar n-309ec72a71b559daadb5d7b58d8ff2b0c1c46cfc.tar.gz n-309ec72a71b559daadb5d7b58d8ff2b0c1c46cfc.tar.bz2 n-309ec72a71b559daadb5d7b58d8ff2b0c1c46cfc.tar.lz n-309ec72a71b559daadb5d7b58d8ff2b0c1c46cfc.tar.xz n-309ec72a71b559daadb5d7b58d8ff2b0c1c46cfc.tar.zst n-309ec72a71b559daadb5d7b58d8ff2b0c1c46cfc.zip |
Diffstat (limited to '')
-rwxr-xr-x | root/.xinitrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/root/.xinitrc b/root/.xinitrc index 4d4c713..ab7d226 100755 --- a/root/.xinitrc +++ b/root/.xinitrc @@ -2,4 +2,5 @@ [ -f ~/.xprofile ] && . ~/.xprofile picom & hsetroot -solid black -exec dbus-run-session sh -c "dex -a && exec i3" +# dex -a dal stran +exec dbus-run-session sh -c "exec i3" |