Merge branch 'main' of ssh://git.nmlk.se:222/wholteza/dotfiles

This commit is contained in:
2023-09-21 15:47:30 +02:00
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
sudo apt install i3 i3blocks i3lock suckless-tools feh scrot wget gnupg2 gnupg-agent dirmngr cryptsetup scdaemon pcscd secure-delete hopenpgp-tools yubikey-personalization
sudo apt install i3 i3blocks i3lock suckless-tools arandr feh scrot wget gnupg2 gnupg-agent dirmngr cryptsetup scdaemon pcscd secure-delete hopenpgp-tools yubikey-personalization
curl -s https://ohmyposh.dev/install.sh | sudo bash -s
source ~/.bashrc
echo Done!
echo Done!

View File

@@ -3,4 +3,7 @@ hostname=$(/usr/bin/hostname)
if [[ $hostname == "bepis" ]]; then
$(~/.config/screenlayout/bepis.sh)
fi
elif [[ $hostname == "bepis-laptop" ]]; then
$(~/.config/screenlayout/bepis-laptop.sh)
fi

View File

@@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-1 --off --output HDMI-2 --off