diff --git a/dotfiles-old/scripts/oneliners.sh b/dotfiles-old/scripts/oneliners.sh new file mode 100755 index 0000000..2cb4c95 --- /dev/null +++ b/dotfiles-old/scripts/oneliners.sh @@ -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 * diff --git a/dotfiles-old/scripts/packages-arch-pacman.txt b/dotfiles-old/scripts/packages-arch-pacman.txt index c7d1816..2523be0 100644 --- a/dotfiles-old/scripts/packages-arch-pacman.txt +++ b/dotfiles-old/scripts/packages-arch-pacman.txt @@ -6,5 +6,8 @@ iwd jre11-openjdk jre8-openjdk lastpass-cli +libreoffice-fresh light +ntfs-3g python-pip +virtualbox-host-modules-arch diff --git a/dotfiles-old/scripts/packages-debian-apt.txt b/dotfiles-old/scripts/packages-debian-apt.txt index de6da64..30623c2 100644 --- a/dotfiles-old/scripts/packages-debian-apt.txt +++ b/dotfiles-old/scripts/packages-debian-apt.txt @@ -1,3 +1,4 @@ build-essential +libreoffice moon-buggy ne diff --git a/dotfiles-old/scripts/packages.txt b/dotfiles-old/scripts/packages.txt index 96aa89b..25d84ad 100644 --- a/dotfiles-old/scripts/packages.txt +++ b/dotfiles-old/scripts/packages.txt @@ -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