Laptop things
This commit is contained in:
parent
f512197d8a
commit
1c0b43a716
|
@ -15,7 +15,7 @@ profile laptop-solo {
|
||||||
}
|
}
|
||||||
|
|
||||||
profile laptop-single-ext-mon {
|
profile laptop-single-ext-mon {
|
||||||
output "Dell Inc. DELL U2719DC 9CL4QS2" enable mode 2560x1440@60Hz position 1600,0 scale 1 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,0 scale 2 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"
|
exec "$HOME/.config/lytedev-dotfiles/apps/de/kanshi/laptop-workspaces.sh"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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)"
|
"(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
|
mkdir -p $NOTES_PATH $USER_LOGS_PATH $SCROTS_PATH
|
||||||
|
|
||||||
|
# if status is-interactive; and not set -q TMUX
|
||||||
|
# exec tmux
|
||||||
|
# end
|
||||||
|
|
Reference in a new issue