1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Set working directory to homedir

This commit is contained in:
Ryan Kes 2019-11-29 11:49:39 +01:00
parent 986d33524e
commit 8acd2963b9

View File

@ -1,5 +1,8 @@
#!/bin/sh
# Set working directory to home
cd ~
# Set screen orientation if second monitor is connected
SCREENCOUNT=$(xrandr | grep -c "\*")