[Setup] Don't do autologin (will make optional)
This commit is contained in:
		
							
								
								
									
										12
									
								
								setup
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								setup
									
									
									
									
									
								
							| @@ -97,13 +97,13 @@ if [[ "$restart" == "y" ]]; then | |||||||
| " | " | ||||||
|     sudo cp ./system/environment /etc/environment |     sudo cp ./system/environment /etc/environment | ||||||
|     sudo cp ./system/greetd/pam /etc/pam.d/greetd |     sudo cp ./system/greetd/pam /etc/pam.d/greetd | ||||||
|      |  | ||||||
|     if [[ "$platform" == "d" ]]; then |  | ||||||
|     sudo cp -r ./system/greetd/config.toml /etc/greetd/ |     sudo cp -r ./system/greetd/config.toml /etc/greetd/ | ||||||
|     else  |      | ||||||
|         echo "Setting up autologin config for greetd" |     # if [[ "$platform" == "d" ]]; then | ||||||
|         sudo cp -r ./system/greetd/config-autologin.toml /etc/greetd/config.toml |     # else  | ||||||
|     fi |     #     echo "Setting up autologin config for greetd" | ||||||
|  |     #     sudo cp -r ./system/greetd/config-autologin.toml /etc/greetd/config.toml | ||||||
|  |     # fi | ||||||
|     hyprctl reload |     hyprctl reload | ||||||
|  |  | ||||||
|     ./scripts/restart-bar |     ./scripts/restart-bar | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user