Laptop things

This commit is contained in:
Daniel Flanagan 2021-01-15 13:01:18 -06:00
parent f512197d8a
commit 1c0b43a716
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 6 additions and 2 deletions

View File

@ -15,7 +15,7 @@ profile laptop-solo {
}
profile laptop-single-ext-mon {
output "Dell Inc. DELL U2719DC 9CL4QS2" enable mode 2560x1440@60Hz position 1600,0 scale 1 transform normal
output "Sharp Corporation 0x144A 0x00000000" enable mode 3200x1800@60Hz position 0,0 scale 2 transform normal
output "Dell Inc. DELL U2719DC 9CL4QS2" enable mode 2560x1440@60Hz position 0,0 scale 1 transform normal
output "Sharp Corporation 0x144A 0x00000000" enable mode 3200x1800@60Hz position 0,1440 scale 2 transform normal
exec "$HOME/.config/lytedev-dotfiles/apps/de/kanshi/laptop-workspaces.sh"
}

View File

@ -72,3 +72,7 @@ test -d $ENV_PATH/.hidden/fish.d && \
"(pushd $NICE_HOME && fd . $ENV_PATH/.hidden/fish.d/ --max-depth 1 --min-depth 1 -x ls -p && popd)"
mkdir -p $NOTES_PATH $USER_LOGS_PATH $SCROTS_PATH
# if status is-interactive; and not set -q TMUX
# exec tmux
# end