aboutsummaryrefslogtreecommitdiff
path: root/shotkey.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shotkey.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shotkey.c b/shotkey.c
index a8c5110..28376ef 100644
--- a/shotkey.c
+++ b/shotkey.c
@@ -89,9 +89,9 @@ void handle_mode_change() {
}
void set_mode(int mode, unsigned int persist) {
- current_mode = mode;
- is_mode_persistent = persist;
- handle_mode_change();
+ current_mode = mode;
+ is_mode_persistent = persist;
+ handle_mode_change();
}
void run(Display* dpy, Window win, Command command) {