diff options
Diffstat (limited to 'content/posts/how-to-set-primary-x-display-on-sway')
-rw-r--r-- | content/posts/how-to-set-primary-x-display-on-sway/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/how-to-set-primary-x-display-on-sway/index.md b/content/posts/how-to-set-primary-x-display-on-sway/index.md index 066b3d3..066098e 100644 --- a/content/posts/how-to-set-primary-x-display-on-sway/index.md +++ b/content/posts/how-to-set-primary-x-display-on-sway/index.md @@ -44,7 +44,7 @@ The last was pretty frustrating for me though, because I use a KVM switch to cha Every time I switch between devices, my primary display usually defaults back to my vertical monitor. To make this setting persist, I made a small C program which will execute a command each time a new display is attached. -The program can be found here: https://git.robbyzambito.me/robby/wayland-run-on-new-display +The program can be found here: https://git.robbyzambito.me/robby/wayland-run-on-new-display.git By adding this line to my ~/.config/sway/config, my primary display is always properly set when I run Sway: |