mirror of
				https://github.com/mitchell/dotfiles.git
				synced 2025-11-03 21:25:26 +00:00 
			
		
		
		
	Set DPMS off by default and add bctl alias
This commit is contained in:
		
							parent
							
								
									dfdabf9214
								
							
						
					
					
						commit
						0b59029492
					
				| 
						 | 
					@ -2,6 +2,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
setxkbmap -option altwin:swap_alt_win
 | 
					setxkbmap -option altwin:swap_alt_win
 | 
				
			||||||
setxkbmap -option ctrl:swapcaps
 | 
					setxkbmap -option ctrl:swapcaps
 | 
				
			||||||
 | 
					xset s off -dpms
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sxhkd &
 | 
					sxhkd &
 | 
				
			||||||
picom -b
 | 
					picom -b
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -21,6 +21,7 @@ function define_aliases -a uname -d 'Defines aliases for commonly used commands'
 | 
				
			||||||
            alias webstorm 'command webstorm'
 | 
					            alias webstorm 'command webstorm'
 | 
				
			||||||
            alias sctl 'sudo systemctl'
 | 
					            alias sctl 'sudo systemctl'
 | 
				
			||||||
            alias uctl 'systemctl --user'
 | 
					            alias uctl 'systemctl --user'
 | 
				
			||||||
 | 
					            alias bctl 'bluetoothctl'
 | 
				
			||||||
        case 'Darwin'
 | 
					        case 'Darwin'
 | 
				
			||||||
            alias goland 'open -a Goland'
 | 
					            alias goland 'open -a Goland'
 | 
				
			||||||
            alias rider 'open -a Rider'
 | 
					            alias rider 'open -a Rider'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue