diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/i3status-rust/config.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
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"  | 
