idk
This commit is contained in:
		
							parent
							
								
									74f8c1a4f5
								
							
						
					
					
						commit
						0bec3874dd
					
				@ -1,3 +0,0 @@
 | 
			
		||||
if [ -f ~/.bashrc ]; then
 | 
			
		||||
	./bashrc
 | 
			
		||||
fi
 | 
			
		||||
@ -1,9 +1,9 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
complete -c man which
 | 
			
		||||
PS1="> "
 | 
			
		||||
PS2=">> "
 | 
			
		||||
PS3=">>> "
 | 
			
		||||
PS1="; "
 | 
			
		||||
PS2=">; "
 | 
			
		||||
PS3=">>; "
 | 
			
		||||
export PATH=$PATH":$HOME/bin"
 | 
			
		||||
 | 
			
		||||
# aliases for using my Commodore monitor with my computer
 | 
			
		||||
@ -28,6 +28,11 @@ alias tracert="tracepath"
 | 
			
		||||
# i always forget this one but it's useful
 | 
			
		||||
alias p="ping 1.1.1.1"
 | 
			
		||||
 | 
			
		||||
# copy web-browser path to file to clipboard
 | 
			
		||||
path() {
 | 
			
		||||
	echo 'file://'$(realpath $1) | xclip
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# my media hard drive
 | 
			
		||||
alias partone="sudo mount -L 'PARTONE' /mnt/partone"
 | 
			
		||||
# sd card with music on it
 | 
			
		||||
 | 
			
		||||
@ -239,7 +239,7 @@ client.background	#ffffff
 | 
			
		||||
bindsym Control+Shift+Escape exec xfce4-taskmanager
 | 
			
		||||
 | 
			
		||||
# Wallpaper
 | 
			
		||||
exec --no-startup-id feh --bg-center /home/ibukimaya/Pictures/Wallpapers/Asuka\ 98.jpg
 | 
			
		||||
exec --no-startup-id feh --bg-center /home/trinity/Pictures/Wallpapers/Asuka\ 98.jpg
 | 
			
		||||
 | 
			
		||||
# moving workspaces
 | 
			
		||||
bindsym $mod+Shift+greater move container to output right
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user