From 119fcbef479eb1f3fbfcdee2d9e10dc0d33ba5c1 Mon Sep 17 00:00:00 2001 From: Nicolas Cornu Date: Thu, 9 Apr 2020 11:00:01 +0200 Subject: [PATCH] sway man has been split --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index d5c346b..6ce99a9 100644 --- a/Home.md +++ b/Home.md @@ -43,7 +43,7 @@ Sway manages displays for you, **xrandr** should not be used. Run `swaymsg -t get_outputs` to get a list of output names. Then use the `output` command to arrange your displays. -For detailed information, check the manual. Run `man 5 sway` and search for `output`. +For detailed information, check the manual. Run `man 5 sway-output`. #### Multihead @@ -66,7 +66,7 @@ exec swaymsg focus output ``` so it doesn't trigger on reload. -For more details read `man 5 sway` and search for `output`. +For more details read `man 5 sway-output`. #### Clamshell Mode AKA Closed Display mode. This mode is where your laptop lid is closed and you have external monitor(s) as outputs. As of Sway 1.1 you can use switch events to drive certain functionality, such as disabling an output upon a laptop lid being closed. Pass your laptop output name into the following, which can by found with: `swaymsg -t get_outputs` for example `eDP-1`. @@ -187,7 +187,7 @@ Feh and similar tools do not work on Wayland. Sway supports setting wallpapers t e.g. `output HDMI-A-1 bg ~/wallpaper.png stretch` -See output configuration options in `man 5 sway`. +See output configuration options in `man 5 sway-output`. ### Swaybar configuration