Skip to content

Commit

Permalink
feat(i3-gnome): add support for merging .Xresources before i3 starts
Browse files Browse the repository at this point in the history
  • Loading branch information
zyv authored and jthomaschewski committed Apr 2, 2023
1 parent 8664729 commit 47123fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions session/i3-cinnamon
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ test -n "$DESKTOP_AUTOSTART_ID" && {
dbus-send --print-reply --session --dest=org.gnome.SessionManager "/org/gnome/SessionManager" org.gnome.SessionManager.RegisterClient "string:i3-cinnamon" "string:$DESKTOP_AUTOSTART_ID"
}

# Support for merging .Xresources
test -e $HOME/.Xresources && {
xrdb -merge $HOME/.Xresources
}

i3

test -n "$DESKTOP_AUTOSTART_ID" && {
Expand Down

0 comments on commit 47123fa

Please sign in to comment.