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
					
				@ -912,19 +912,18 @@
 | 
				
			|||||||
  Here is what we will launch:
 | 
					  Here is what we will launch:
 | 
				
			||||||
  #+NAME: autolaunch
 | 
					  #+NAME: autolaunch
 | 
				
			||||||
  | always execute it? | command                                   | what it is                             |
 | 
					  | always execute it? | command                                   | what it is                             |
 | 
				
			||||||
  |--------------------+----------------------------------------------------------+----------------------------------------|
 | 
					  |--------------------+-------------------------------------------+----------------------------------------|
 | 
				
			||||||
  | yes                | wal -i "$(< "${HOME}/.cache/wal/wal")"                   | Sets the wallpaper from last session   |
 | 
					  | 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                 | xss-lock -- i3lock -fol                   | Launch power management                |
 | 
				
			||||||
 | 
					  | no                 | numlockx on                               | Activate NumLock                       |
 | 
				
			||||||
  | no                 | dunst -config ~/.config/dunst/dunstrc     | Launch notification manager            |
 | 
					  | 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                  |
 | 
					  | 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                | 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                 | mpc stop                                  | Stop music from mpd                    |
 | 
				
			||||||
  | no                 | mpd_discord_richpresence --no-idle --fork | Launch mpd status sharing with Discord |
 | 
					  | no                 | mpd_discord_richpresence --no-idle --fork | Launch mpd status sharing with Discord |
 | 
				
			||||||
  | no                 | nm-applet                                                | NetworkManager system tray             |
 | 
					 | 
				
			||||||
  | no                 | numlockx on                                              | Activate NumLock                       |
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #+NAME: generate-autolaunch
 | 
					  #+NAME: generate-autolaunch
 | 
				
			||||||
  #+BEGIN_SRC emacs-lisp :exports none :cache yes :var table=autolaunch
 | 
					  #+BEGIN_SRC emacs-lisp :exports none :cache yes :var table=autolaunch
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user