summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2024-09-25 22:21:07 -0400
committerAnthony Wang2024-09-25 22:21:07 -0400
commit090e196cd5df00bef110736ad92eb8c31e64cada (patch)
treedc4eea46b58857db3f35d8ac954b9266ba2cf3f0
parent1f890f45ee33ada3838ae82117313e50b58e963a (diff)
Use consistent indentation for whole script
-rwxr-xr-xautostart/switchvirtualkeyboard.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autostart/switchvirtualkeyboard.sh b/autostart/switchvirtualkeyboard.sh
index 56473ba..b0919f5 100755
--- a/autostart/switchvirtualkeyboard.sh
+++ b/autostart/switchvirtualkeyboard.sh
@@ -1,9 +1,9 @@
#!/bin/bash
switch() {
- echo "Starting $1"
- kwriteconfig6 --file kwinrc --group Wayland --key InputMethod "$1"
- busctl --user emit /kwinrc org.kde.kconfig.notify ConfigChanged "a{saay}" 1 Wayland 1 11 73 110 112 117 116 77 101 116 104 111 100
+ echo "Starting $1"
+ kwriteconfig6 --file kwinrc --group Wayland --key InputMethod "$1"
+ busctl --user emit /kwinrc org.kde.kconfig.notify ConfigChanged "a{saay}" 1 Wayland 1 11 73 110 112 117 116 77 101 116 104 111 100
}
busctl --user monitor --match "type='signal',interface='org.kde.KWin.TabletModeManager',member='tabletModeChanged'" | \