Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dparo/dotfiles
Browse files Browse the repository at this point in the history
* 'master' of github.com:dparo/dotfiles:
  fix
  fix
  • Loading branch information
dparo committed Sep 9, 2024
2 parents 4f111d0 + acd0caf commit 1a5a78f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions roles/k6/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- name: k6
tags:
- never
- k6
block:
- name: Enable k6-io repo
Expand Down

0 comments on commit 1a5a78f

Please sign in to comment.