mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-11-03 22:11:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			891 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			891 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
 | 
						|
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
 | 
						|
nmcli radio wifi on &
 | 
						|
 | 
						|
~/.config/wayland/swayidle.sh &
 | 
						|
 | 
						|
$STATUSBAR &                            # use environment variable
 | 
						|
xss-lock -- swaylock &                  # enable locking the screen upon sleep
 | 
						|
swaybg -i ~/.local/share/bg &
 | 
						|
dunst &
 | 
						|
dunstctl rule dnd_low disable &
 | 
						|
dunstctl rule dnd_normal disable &
 | 
						|
swhks && swhkd &
 | 
						|
 | 
						|
pavucontrol &
 | 
						|
easyeffects --gapplication-service &
 | 
						|
nextcloud &
 | 
						|
keepassxc &
 | 
						|
zen-browser &
 | 
						|
discord &
 | 
						|
signal-desktop &
 | 
						|
Telegram &
 | 
						|
threema-beta &
 | 
						|
thunderbird &
 | 
						|
# mattermost-desktop &
 | 
						|
 | 
						|
# monitor toggle &
 | 
						|
# touchpad off &
 | 
						|
# xset r rate 300 50 &                                        # Speed xrate up
 | 
						|
# redshift &                                                  # redshift for saving your eyes
 |