summaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-19 09:21:44 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-19 09:21:44 -0700
commit289aab9f0adf856e1dc9c8bbe2108171d67c9043 (patch)
treec69b3c09efd3d31900e4c7da66314df8d25768e0 /sway
parentfloating_modifier uses mod_keys instead of anykey (diff)
downloadsway-289aab9f0adf856e1dc9c8bbe2108171d67c9043.tar.gz
sway-289aab9f0adf856e1dc9c8bbe2108171d67c9043.tar.zst
sway-289aab9f0adf856e1dc9c8bbe2108171d67c9043.zip
removed debug which shouldnt be there
Diffstat (limited to 'sway')
-rw-r--r--sway/commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 37bd9b00..aafa51f3 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -242,7 +242,6 @@ static bool cmd_floating_mod(struct sway_config *config, int argc, char **argv)
242 } 242 }
243 int i, j; 243 int i, j;
244 list_t *split = split_string(argv[0], "+"); 244 list_t *split = split_string(argv[0], "+");
245 fprintf(stderr,"%s, %d,%d\n",argv[0], split->length,split->items);
246 config->floating_mod = 0; 245 config->floating_mod = 0;
247 246
248 //set modifer keys 247 //set modifer keys