Reorganized i3 autolaunch, removed some, added some
XFCE's Polkit software is now added and launched first compton has been replaced with picom
This commit is contained in:
parent
87b128d0dd
commit
6cd2fb9ef7
@ -911,20 +911,19 @@
|
||||
When i3 is launched, I want it to also launch some software automatically.
|
||||
Here is what we will launch:
|
||||
#+NAME: autolaunch
|
||||
| always execute it? | command | what it is |
|
||||
|--------------------+----------------------------------------------------------+----------------------------------------|
|
||||
| yes | wal -i "$(< "${HOME}/.cache/wal/wal")" | Sets the wallpaper from last session |
|
||||
| no | xss-lock -- i3lock -fol | Launch power management |
|
||||
| no | dunst -config ~/.config/dunst/dunstrc | Launch notification manager |
|
||||
| no | xrdb $HOME/.Xresources | Load Xresources files |
|
||||
| no | compton -F --opengl --config ~/.config/compton.conf -e 1 | Launch compton |
|
||||
| yes | polybar-launch | Launch polybar |
|
||||
| yes | enable_touch | Set correct touchpad values |
|
||||
| no | syndaemon -i 1.0 -t -k | Set touchpad values |
|
||||
| no | mpc stop | Stop music from mpd |
|
||||
| no | mpd_discord_richpresence --no-idle --fork | Launch mpd status sharing with Discord |
|
||||
| no | nm-applet | NetworkManager system tray |
|
||||
| no | numlockx on | Activate NumLock |
|
||||
| always execute it? | command | what it is |
|
||||
|--------------------+-------------------------------------------+----------------------------------------|
|
||||
| no | /usr/lib/xfce-polkit/xfce-polkit | Launch the XFCE Polkit |
|
||||
| no | picom --experimental-backends -e 1 | Launch picom |
|
||||
| no | xss-lock -- i3lock -fol | Launch power management |
|
||||
| no | numlockx on | Activate NumLock |
|
||||
| no | dunst -config ~/.config/dunst/dunstrc | Launch notification manager |
|
||||
| no | nm-applet | NetworkManager system tray |
|
||||
| yes | wal -i "$(< "${HOME}/.cache/wal/wal")" | Sets the wallpaper from last session |
|
||||
| no | xrdb $HOME/.Xresources | Load Xresources files |
|
||||
| yes | polybar-launch | Launch polybar |
|
||||
| no | mpc stop | Stop music from mpd |
|
||||
| no | mpd_discord_richpresence --no-idle --fork | Launch mpd status sharing with Discord |
|
||||
|
||||
#+NAME: generate-autolaunch
|
||||
#+BEGIN_SRC emacs-lisp :exports none :cache yes :var table=autolaunch
|
||||
|
Loading…
Reference in New Issue
Block a user