Add wakatime and replace spaces with tabs
This commit is contained in:
		
							parent
							
								
									5c253a7a65
								
							
						
					
					
						commit
						4b98cab3cd
					
				
					 6 changed files with 143 additions and 134 deletions
				
			
		
							
								
								
									
										81
									
								
								.xprofile
									
										
									
									
									
								
							
							
						
						
									
										81
									
								
								.xprofile
									
										
									
									
									
								
							|  | @ -8,67 +8,68 @@ setxkbmap -option caps:none | |||
| 
 | ||||
| _autostart_workspace_voip() | ||||
| { | ||||
|     #/opt/teamspeak5/TeamSpeak & | ||||
|     #sleep 2 | ||||
|     #alacritty --class "mail" --command sh -c "neomutt" & | ||||
|     teamspeak3 & | ||||
|     sleep 1 | ||||
|     element-desktop & | ||||
|     sleep 1 | ||||
|     discord & | ||||
| 	#/opt/teamspeak5/TeamSpeak & | ||||
| 	#sleep 2 | ||||
| 	#alacritty --class "mail" --command sh -c "neomutt" & | ||||
| 	#teamspeak3 & | ||||
| 	flatpak run com.teamspeak.TeamSpeak -nosingleinstance & | ||||
| 	sleep 1 | ||||
| 	element-desktop & | ||||
| 	sleep 1 | ||||
| 	discord & | ||||
| } | ||||
| 
 | ||||
| _autostart_workspace_messenger() | ||||
| { | ||||
|     signal-desktop & | ||||
|     sleep 1 | ||||
|     thunderbird & | ||||
| 	signal-desktop & | ||||
| 	sleep 1 | ||||
| 	thunderbird & | ||||
| } | ||||
| 
 | ||||
| _autostart_apps() | ||||
| { | ||||
|     dunst & | ||||
|     ckb-next --background & | ||||
|     parcellite & | ||||
|     solaar --window hide & | ||||
| 	dunst & | ||||
| 	ckb-next --background & | ||||
| 	parcellite & | ||||
| 	solaar --window hide & | ||||
| 
 | ||||
|     conky --daemonize --config="$HOME/.config/conky/clock.conf" | ||||
|     conky --daemonize --config="$HOME/.config/conky/system.conf" | ||||
|     conky --daemonize --config="$HOME/.config/conky/archlinux-updates.conf" | ||||
| 	conky --daemonize --config="$HOME/.config/conky/clock.conf" | ||||
| 	conky --daemonize --config="$HOME/.config/conky/system.conf" | ||||
| 	conky --daemonize --config="$HOME/.config/conky/archlinux-updates.conf" | ||||
| 
 | ||||
|     #actkbd --grab --config ~/.config/actkbd/actkbd.conf --device /dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd & | ||||
| 	#actkbd --grab --config ~/.config/actkbd/actkbd.conf --device /dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd & | ||||
| 
 | ||||
|     syncthing -no-browser & | ||||
|     /usr/lib/kdeconnectd & | ||||
|     #transmission-gtk --minimized & | ||||
|     qbittorrent & | ||||
| 	syncthing -no-browser & | ||||
| 	/usr/lib/kdeconnectd & | ||||
| 	#transmission-gtk --minimized & | ||||
| 	qbittorrent & | ||||
| 
 | ||||
|     #steam-runtime -silent -tcp & | ||||
|     flatpak run com.valvesoftware.Steam -silent & | ||||
|     qutebrowser & | ||||
| 	#steam-runtime -silent -tcp & | ||||
| 	flatpak run com.valvesoftware.Steam -silent & | ||||
| 	qutebrowser & | ||||
| 
 | ||||
|     mopidy & | ||||
| 	mopidy & | ||||
| 
 | ||||
|     /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & | ||||
|     systemctl --user start spotifyd.service & | ||||
| 	/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & | ||||
| 	systemctl --user start spotifyd.service & | ||||
| } | ||||
| 
 | ||||
| _autostart() | ||||
| { | ||||
|     ### wait for audio | ||||
|     #start_jack | ||||
|     start_audio pipewire | ||||
| 	### wait for audio | ||||
| 	#start_jack | ||||
| 	start_audio pipewire | ||||
| 
 | ||||
|     ### wait for internet | ||||
|     wait_for_service "network-online.target" | ||||
| 	### wait for internet | ||||
| 	wait_for_service "network-online.target" | ||||
| 
 | ||||
|     pass x | ||||
|     (pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) & | ||||
|     pass x && sleep 5 | ||||
| 	pass x | ||||
| 	(pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) & | ||||
| 	pass x && sleep 5 | ||||
| 
 | ||||
|     _autostart_apps & | ||||
|     _autostart_workspace_voip & | ||||
|     _autostart_workspace_messenger & | ||||
| 	_autostart_apps & | ||||
| 	_autostart_workspace_voip & | ||||
| 	_autostart_workspace_messenger & | ||||
| } | ||||
| 
 | ||||
| _autostart & | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue