diff --git a/Home.md b/Home.md index bf9708c..ee64269 100644 --- a/Home.md +++ b/Home.md @@ -65,7 +65,7 @@ output HDMI1 pos 0 0 res 1920x1080 output eDP1 pos 1920 0 res 1600x900 ``` -Take a note that you might want to change the focus of monitor on sway launch. Add this to your sway config: +Take a note that you might want to change the focus of monitor on sway launch. Add this to your sway config: ``` focus output <name-or-identifier> ``` @@ -137,7 +137,7 @@ See `man 5 sway-input` for a summary of the available options. #### Keyboard layout ``` -input "type:keyboard" { # or input <identifier> +input "type:keyboard" { # or input <identifier> xkb_layout us,de xkb_variant ,nodeadkeys xkb_options grp:alt_shift_toggle @@ -157,7 +157,7 @@ User-specific settings such as symbols will be loaded from their respective dire #### Load custom xkb keymap file (since [#3999](https://github.com/swaywm/sway/issues/3999)) ``` -input "type:keyboard" { # or input <identifier> +input "type:keyboard" { # or input <identifier> xkb_file ~/.config/xkb/custom } ``` @@ -165,7 +165,7 @@ input "type:keyboard" { # or input <identifier> #### Keyboard repeat delay and rate ``` -input "type:keyboard" { # or input <identifier> +input "type:keyboard" { # or input <identifier> repeat_delay 500 repeat_rate 5 } @@ -503,4 +503,4 @@ More details: https://github.com/swaywm/sway/issues/5732 ### Wayland won't let me run apps as root -You probably shouldn't do this. If you really need to: `sudo --preserve-env=XDG_RUNTIME_DIR,WAYLAND_DISPLAY <app>` or simply `sudo -E <app>`. \ No newline at end of file +You probably shouldn't do this. If you really need to: `sudo --preserve-env=XDG_RUNTIME_DIR,WAYLAND_DISPLAY <app>` or simply `sudo -E <app>`.