From 7ff78c59eefe50fe5fdb5257244646176ec8313e Mon Sep 17 00:00:00 2001 From: 135e2 <135e2@135e2.tk> Date: Wed, 23 Mar 2022 20:28:26 +0800 Subject: config/i3status-rust: update to 20220323-2 - Set keyboard state to enabled by default --- config/i3status-rust/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/i3status-rust/config.toml b/config/i3status-rust/config.toml index e0c17bc..5635dc4 100644 --- a/config/i3status-rust/config.toml +++ b/config/i3status-rust/config.toml @@ -25,7 +25,7 @@ interval = 1 [[block]] block = "custom" # ⌨ == '\xE2\x8C\xA8' -cycle = ["xinput disable 'AT Translated Set 2 keyboard'; echo '⌨ OFF'", "xinput enable 'AT Translated Set 2 keyboard'; echo '⌨ ON'"] +cycle = ["xinput enable 'AT Translated Set 2 keyboard'; echo '⌨ ON'", "xinput disable 'AT Translated Set 2 keyboard'; echo '⌨ OFF'"] [[block]] block = "battery" -- cgit v1.2.3