diff --git a/apps/de/kanshi/config b/apps/de/kanshi/config index adac056..ef27d3f 100644 --- a/apps/de/kanshi/config +++ b/apps/de/kanshi/config @@ -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" } diff --git a/apps/shell/fish/config.fish b/apps/shell/fish/config.fish index 7b11961..34a216a 100755 --- a/apps/shell/fish/config.fish +++ b/apps/shell/fish/config.fish @@ -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