Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dparo committed Sep 7, 2024
1 parent b47f35c commit edb1fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/i3/files/i3/config.d/startup.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exec_always --no-startup-id systemctl --user restart background-setter.service

# exec_always --no-startup-id autorandr --change --default default

exec bash -c 'mkdir -p "/tmp/$USER" && tmux new-session -d -s @tmp@ -c "/$XDG_RUNTIME_DIR/$USER"'
# exec bash -c 'mkdir -p "/tmp/$USER" && tmux new-session -d -s @tmp@ -c "$XDG_RUNTIME_DIR/$USER"'


# NOTE(d.paro): Remove unwanted programs spawned from /etc/xdg/autostart/*.desktop (xdg-desktop-autostart.target systemd)
Expand Down

0 comments on commit edb1fb6

Please sign in to comment.