more packages and some other stuff
This commit is contained in:
		
							parent
							
								
									a828ffa483
								
							
						
					
					
						commit
						af11cd7fdd
					
				
							
								
								
									
										22
									
								
								dotfiles-old/scripts/oneliners.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										22
									
								
								dotfiles-old/scripts/oneliners.sh
									
									
									
									
									
										Executable file
									
								
							@ -0,0 +1,22 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
# a bunch of one-line programs i want in my dmenu
 | 
			
		||||
# these have use outside the terminal and thus are generated here
 | 
			
		||||
 | 
			
		||||
source ./cdecho.sh
 | 
			
		||||
 | 
			
		||||
mkdir -p $HOME/bin/oneliners || exit
 | 
			
		||||
cde $HOME/bin/oneliners
 | 
			
		||||
 | 
			
		||||
# appimage launcher
 | 
			
		||||
printf "python $HOME/apps/appimagelauncher.py\n" >appimgs
 | 
			
		||||
 | 
			
		||||
# settings for specific monitors
 | 
			
		||||
printf "xrandr --output HDMI-1 --auto --mode 720x480 --right-of LVDS-1\n" >1702
 | 
			
		||||
printf "xrandr --output VGA-1 --auto --right-of LVDS-1\n" >mv720
 | 
			
		||||
 | 
			
		||||
# more monitor settings
 | 
			
		||||
printf "xrandr --output HDMI-1 --off\n" >hdmioff
 | 
			
		||||
printf "xrandr --output VGA-1 --off\n" >vgaoff
 | 
			
		||||
 | 
			
		||||
ls && [ $(printf "Yes.\nNo." | dmenu -p "Any risky files?") = "No." ] && printf "Making executable.\n" && chmod +x *
 | 
			
		||||
@ -6,5 +6,8 @@ iwd
 | 
			
		||||
jre11-openjdk
 | 
			
		||||
jre8-openjdk
 | 
			
		||||
lastpass-cli
 | 
			
		||||
libreoffice-fresh
 | 
			
		||||
light
 | 
			
		||||
ntfs-3g
 | 
			
		||||
python-pip
 | 
			
		||||
virtualbox-host-modules-arch
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,4 @@
 | 
			
		||||
build-essential
 | 
			
		||||
libreoffice
 | 
			
		||||
moon-buggy
 | 
			
		||||
ne
 | 
			
		||||
 | 
			
		||||
@ -27,6 +27,7 @@ moreutils
 | 
			
		||||
mpv
 | 
			
		||||
neofetch
 | 
			
		||||
nmap
 | 
			
		||||
progress
 | 
			
		||||
pulseaudio
 | 
			
		||||
pulseaudio-alsa
 | 
			
		||||
pulseaudio-bluetooth
 | 
			
		||||
@ -40,6 +41,7 @@ sed
 | 
			
		||||
thunar
 | 
			
		||||
thunderbird
 | 
			
		||||
units
 | 
			
		||||
unzip
 | 
			
		||||
vi
 | 
			
		||||
virtualbox
 | 
			
		||||
vlc
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user