diff options
author | awy <awy@awy.one> | 2024-11-24 22:19:25 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-24 22:19:25 +0300 |
commit | 93d3fdd462619483587e92deb436df54b5044ab8 (patch) | |
tree | 27e4ae67056ca25098abf25d922c40e82647dc42 /.config/dwl | |
parent | 4301b821835e8e55640312e78777e25c9243e7fb (diff) |
stuff
Diffstat (limited to '.config/dwl')
-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 |