diff --git a/dotfiles/.local/bin/startdwm b/dotfiles/.local/bin/startdwm index 92fa5ce..72ac74e 100755 --- a/dotfiles/.local/bin/startdwm +++ b/dotfiles/.local/bin/startdwm @@ -1,5 +1,7 @@ #!/bin/sh +export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus" + while true; do dwm done diff --git a/dotfiles/.xprofile b/dotfiles/.xprofile index 4cd164a..982d181 100644 --- a/dotfiles/.xprofile +++ b/dotfiles/.xprofile @@ -1,63 +1,36 @@ -# Night light redshift -P -O 2750 &> /dev/null & -# Disable mouse acceleration xset m 0 0 - xset r rate 300 50 -# Restore wallpaper nitrogen --restore 2> /dev/null & -# Run dwmblocks dwmblocks & -# Launch dunst dunst 2> /dev/null & -# Launch clipboard daemon clipmenud & -# Hides mouse unclutter & -# Compositor picom & -#picom --experimental-backends & -#xcompmgr -c & -#xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 & -# For java starting as blank windows #wmname LG3D -# Sound configuration ~/.local/bin/sound & - ~/.local/bin/autolock & disown if [[ -v LAPTOP ]]; then - # Enable automatic fan control macfanctld - - # Set brightness xbacklight -set 45 - - # Set the governor sudo ~/.local/bin/setGovernor > /dev/null & else - # Faster scrolling imwheel -b 45 - - # Move mouse focus to middle of first screen xdotool mousemove --sync --screen=$1 960 500 - - # Restart network ~/.local/bin/netRestart & fi -# Fix dbus BUG with GNOME keyring dbus-update-activation-environment --systemd DISPLAY -# Start GNOME keyring eval $(gnome-keyring-daemon --start) export SSH_AUTH_SOCK diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile index 9529408..09c6ec8 100644 --- a/dotfiles/.zprofile +++ b/dotfiles/.zprofile @@ -52,8 +52,7 @@ export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR"/gcr/ssh export XINITRC="$XDG_CONFIG_HOME"/x11/xinitrc export ANDROID_USER_HOME="$XDG_DATA_HOME"/android export W3M_DIR="$XDG_DATA_HOME"/w3m - -export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus" +export PARALLEL_HOME="$XDG_CONFIG_HOME"/parallel export PATH="$HOME/.local/bin:$PATH"