From e5d7732880f2ef5db90173a7c79afee77d362f81 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 16 Sep 2023 10:50:05 +0400 Subject: Use /- in less places in the default config --- resources/default-config.kdl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 10e2de8f..c6d5e7e2 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -7,9 +7,9 @@ input { // You can set rules, model, layout, variant and options. // For more information, see xkeyboard-config(7). - // For example (remember to uncomment the nodes): - /-layout "us,ru" - /-options "grp:win_space_toggle,compose:ralt,ctrl:nocaps" + // For example: + // layout "us,ru" + // options "grp:win_space_toggle,compose:ralt,ctrl:nocaps" } } @@ -18,7 +18,7 @@ input { touchpad { tap natural-scroll - /-accel-speed 0.2 + // accel-speed 0.2 } } @@ -34,6 +34,7 @@ binds { Mod+Q { close-window; } // Example volume keys mappings for PipeWire & WirePlumber. + // Remember to uncomment the nodes by removing "/-"! /-XF86AudioRaiseVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"; } /-XF86AudioLowerVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"; } -- cgit