Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
default config: use dex for XDG autostart (#4405)
fixes #4402
  • Loading branch information
stapelberg committed Apr 17, 2021
1 parent 9bf9cb9 commit c815887
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES-next
Expand Up @@ -11,6 +11,7 @@ strongly encouraged to upgrade.
│ Changes in i3 v4.20 │
└────────────────────────────┘

• default config: use dex for XDG autostart
• i3-nagbar: position on focused monitor by default
• i3-nagbar: add option to position on primary monitor
• alternate focusing tab/stack children-parent containers by clicking on their titlebars
Expand Down
4 changes: 4 additions & 0 deletions etc/config
Expand Up @@ -17,6 +17,10 @@ font pango:monospace 8
# text rendering and scalability on retina/hidpi displays (thanks to pango).
#font pango:DejaVu Sans Mono 8

# Start XDG autostart .desktop files using dex. See also
# https://wiki.archlinux.org/index.php/XDG_Autostart
exec --no-startup-id dex --autostart --environment i3

# The combination of xss-lock, nm-applet and pactl is a popular choice, so
# they are included here as an example. Modify as you see fit.

Expand Down
4 changes: 4 additions & 0 deletions etc/config.keycodes
Expand Up @@ -18,6 +18,10 @@ font pango:monospace 8
# text rendering and scalability on retina/hidpi displays (thanks to pango).
#font pango:DejaVu Sans Mono 8

# Start XDG autostart .desktop files using dex. See also
# https://wiki.archlinux.org/index.php/XDG_Autostart
exec --no-startup-id dex --autostart --environment i3

# The combination of xss-lock, nm-applet and pactl is a popular choice, so
# they are included here as an example. Modify as you see fit.

Expand Down

0 comments on commit c815887

Please sign in to comment.