diff options
author | xengineering <me@xengineering.eu> | 2023-02-06 20:22:51 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-02-06 20:56:54 +0100 |
commit | 19de43cb6ab28a95e8d7f9c2144386dac4ad42be (patch) | |
tree | 7f075405f74769f4a35e8bcda887510cac619971 /sway/setups | |
parent | 1974e434f8a6b36bd0998a7f124cd921c88eb393 (diff) | |
download | dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.tar dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.tar.zst dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.zip |
Relocate dotfiles in XDG config home
This make ~/.config a simple Git repository instead of the handling with
worktrees and bare repositories which is too complex.
Diffstat (limited to 'sway/setups')
-rw-r--r-- | sway/setups/home | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sway/setups/home b/sway/setups/home new file mode 100644 index 0000000..9db5d86 --- /dev/null +++ b/sway/setups/home @@ -0,0 +1,16 @@ + +# The Monitor Setup I use at Home (three monitors in total) + +# Use `swaymsg -t get_outputs` to list monitors + +# left monitor +output DP-3 resolution 1920x1080 position 0,0 +workspace 1 output DP-3 + +# right monitor +output DP-5 resolution 1920x1080 position 1920,0 +workspace 2 output DP-5 + +# lower monitor +output eDP-1 resolution 1920x1080 position 1920,1080 +workspace 3 output eDP-1 |