mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 04:58:41 +00:00 
			
		
		
		
	Add power management
This commit is contained in:
		
							parent
							
								
									f9bfbdaffd
								
							
						
					
					
						commit
						eee7cec9c4
					
				
							
								
								
									
										6
									
								
								setup
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								setup
									
									
									
									
									
								
							| 
						 | 
					@ -12,7 +12,11 @@ else
 | 
				
			||||||
    echo "Updating Arch"
 | 
					    echo "Updating Arch"
 | 
				
			||||||
    sudo pacman -Syyu
 | 
					    sudo pacman -Syyu
 | 
				
			||||||
    echo "Installing tools/utils"
 | 
					    echo "Installing tools/utils"
 | 
				
			||||||
    sudo pacman -S ripgrep fd neovim make stow tmux awesome dmenu arandr autorandr volumeicon picom nitrogen network-manager-applet lxsession thunar lxappearance-gtk3
 | 
					    sudo pacman -S ripgrep fd neovim make stow tmux awesome dmenu arandr autorandr volumeicon picom nitrogen network-manager-applet lxsession thunar lxappearance-gtk3 power-profiles-daemon thermald
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    sudo systemctl enable --now power-profiles-daemon
 | 
				
			||||||
 | 
					    sudo thermald --systemd
 | 
				
			||||||
 | 
					    sudo power-profiles-daemon set performance
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue