added screen settings for laptop
This commit is contained in:
@@ -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!
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
2
.config/screenlayout/bepis-laptop.sh
Executable file
2
.config/screenlayout/bepis-laptop.sh
Executable 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
|
||||
Reference in New Issue
Block a user