Start i3 using startx (no DM anymore)

This commit is contained in:
2020-12-09 22:14:58 +01:00
parent 2899365292
commit 566fac75b0
2 changed files with 19 additions and 20 deletions

View File

@@ -397,10 +397,20 @@ Merge in defaults and keymaps
fi
#+END_SRC
Start =gnome-keyring-daemon=.
#+begin_src bash
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
#+end_src
#+begin_src bash
[ -f ~/.xprofile ] && . ~/.xprofile
#+end_src
#+begin_src bash
exec i3
#+end_src
* Xprofile
:PROPERTIES:
:header-args: :tangle ~/.xprofile
@@ -440,16 +450,8 @@ Start programs related to display.
picom --daemon &
#+end_src
Start other applications
#+begin_src bash
# Start Power Manager
xfce4-power-manager &
# Aria2c daemon
# aria2c &
# Mopidy
# mopidy --config ~/.config/mopidy/mopidy.conf >/dev/null 2>&1 &
systemctl --user start mopidy
#+end_src