From 19de43cb6ab28a95e8d7f9c2144386dac4ad42be Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 6 Feb 2023 20:22:51 +0100 Subject: 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. --- sway/setups/home | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sway/setups/home (limited to 'sway/setups') 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 -- cgit v1.2.3-70-g09d2