diff --git a/config/sd_switch_display.sh b/config/sd_switch_display.sh index ebf5168..36d89e3 100755 --- a/config/sd_switch_display.sh +++ b/config/sd_switch_display.sh @@ -11,12 +11,12 @@ then #xrandr --output VGA-1 --auto --mode 1600x900 --primary --output LVDS-1 --off elif [ $1 == 2 ] then - xrandr --output LVDS-1 --off --output DP-2 --primary --mode 1920x1080 --auto --left-of VGA-1 --output VGA-1 --auto --mode 1600x900 + xrandr --output LVDS-1 --off --output DP-2 --primary --mode 1920x1080 --auto --left-of VGA-1 --output VGA-1 --auto --mode 1600x900 --rotate right else xrandr --output VGA-1 --off --output DP-2 --off --output LVDS-1 --auto --primary fi -feh --bg-scale ~/pictures/wallpapers/mist_forrest.jpg +feh --bg-fill ~/pictures/wallpapers/mist_forrest.jpg # Switch Caps and Escape diff --git a/install.sh b/install.sh index ae24a40..20190f2 100755 --- a/install.sh +++ b/install.sh @@ -14,18 +14,16 @@ apt install git zsh tmux vim neofetch wget curl gdebi parted -y apt install feh cmus newsboat youtube-dl -y # Network Tools -apt install net-tools wicd -y +#apt install net-tools wicd -y # Audio apt install alsa-utils alsa-oss pulseaudio pavucontrol -y # Random shit -apt install gtypist sensors -y +apt install gtypist -y -# GUI shit -apt install transmission -y - -# Dotfiles +# Torrenting +apt install transmission-daemon transmission-cli -y # brave-browser # https://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux @@ -49,11 +47,11 @@ echo "export PATH=~/.local/bin:\$PATH" >> .bashrc # Download a pre-built binary curl -L https://github.com/gokcehan/lf/releases/latest/download/lf-linux-amd64.tar.gz | tar xzC ~/.local/bin -# Suckless -# Pre-requisites +# Window Manager + +# Suckless pre-requisites apt install libx11-dev libxft-dev libxinerama-dev -y -# Suckless # dwm Window manager mkdir ~/git cd ~/git @@ -61,10 +59,12 @@ git clone https://git.suckless.org/dwm cd dwm make clean install +# st terminal + +# dmenu launcher + # gruvbox, hotkeys # actualfullscreen, bottomstack, centeredwindowname, fullgaps, swallow -# dmenu Launcher -# st Terminal # Oh my zsh #sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"