Remove comments
This commit is contained in:
parent
ee0c7e4395
commit
0db41611c7
|
@ -1,9 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus"
|
||||
dbus-update-activation-environment --all
|
||||
|
||||
while true; do
|
||||
dbus-update-activation-environment --all
|
||||
dbus-launch dwm
|
||||
# dwm
|
||||
done
|
||||
|
|
|
@ -53,6 +53,7 @@ export XINITRC="$XDG_CONFIG_HOME"/x11/xinitrc
|
|||
export ANDROID_USER_HOME="$XDG_DATA_HOME"/android
|
||||
export W3M_DIR="$XDG_DATA_HOME"/w3m
|
||||
export PARALLEL_HOME="$XDG_CONFIG_HOME"/parallel
|
||||
# export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus"
|
||||
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
|
|
Loading…
Reference in New Issue