mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-07 17:41:03 +01:00
sway: indent sway configuration options
Fix the indentation for the configuration of `input`, `output` and `seat` to match that of `mode`.
This commit is contained in:
parent
5130249ab2
commit
03b49187a2
2 changed files with 4 additions and 4 deletions
|
|
@ -71,15 +71,15 @@ bindsym Mod1+v splitv
|
|||
bindsym Mod1+w layout tabbed
|
||||
|
||||
input "*" {
|
||||
xkb_variant dvorak
|
||||
xkb_variant dvorak
|
||||
}
|
||||
|
||||
output "HDMI-A-2" {
|
||||
bg ~/path/to/background.png fill
|
||||
bg ~/path/to/background.png fill
|
||||
}
|
||||
|
||||
seat "*" {
|
||||
hide_cursor when-typing enable
|
||||
hide_cursor when-typing enable
|
||||
}
|
||||
|
||||
mode "resize" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue