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
|
jre11-openjdk
|
||||||
jre8-openjdk
|
jre8-openjdk
|
||||||
lastpass-cli
|
lastpass-cli
|
||||||
|
libreoffice-fresh
|
||||||
light
|
light
|
||||||
|
ntfs-3g
|
||||||
python-pip
|
python-pip
|
||||||
|
virtualbox-host-modules-arch
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
build-essential
|
build-essential
|
||||||
|
libreoffice
|
||||||
moon-buggy
|
moon-buggy
|
||||||
ne
|
ne
|
||||||
|
@ -27,6 +27,7 @@ moreutils
|
|||||||
mpv
|
mpv
|
||||||
neofetch
|
neofetch
|
||||||
nmap
|
nmap
|
||||||
|
progress
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pulseaudio-alsa
|
pulseaudio-alsa
|
||||||
pulseaudio-bluetooth
|
pulseaudio-bluetooth
|
||||||
@ -40,6 +41,7 @@ sed
|
|||||||
thunar
|
thunar
|
||||||
thunderbird
|
thunderbird
|
||||||
units
|
units
|
||||||
|
unzip
|
||||||
vi
|
vi
|
||||||
virtualbox
|
virtualbox
|
||||||
vlc
|
vlc
|
||||||
|
Loading…
Reference in New Issue
Block a user