diff options
-rwxr-xr-x | .config/dwl/start | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.config/dwl/start b/.config/dwl/start index 36bb503..992652d 100755 --- a/.config/dwl/start +++ b/.config/dwl/start @@ -19,17 +19,8 @@ export XDG_SESSION_DESKTOP=wlr export SDL_VIDEODRIVER=wayland export CLUTTER_BACKEND=wayland export ELECTRON_OZONE_PLATFORM_HINT=auto -export EDITOR=nvim -export SUDO=doas - export __GL_THREADED_OPTIMIZATIONS=0 -gpg-connect-agent updatestartuptty /bye >/dev/null -unset SSH_AGENT_PID -if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then - export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" -fi - mkfifo $XDG_RUNTIME_DIR/statuspipe someblocks -p > $XDG_RUNTIME_DIR/statuspipe & dbus-run-session dwl -s '$XDG_CONFIG_HOME/dwl/autostart &> /dev/null' < $XDG_RUNTIME_DIR/statuspipe |