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:
parent
986d33524e
commit
8acd2963b9
@ -1,5 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Set working directory to home
|
||||
cd ~
|
||||
|
||||
# Set screen orientation if second monitor is connected
|
||||
SCREENCOUNT=$(xrandr | grep -c "\*")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user