aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/unmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/unmark.c')
-rw-r--r--sway/commands/unmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/unmark.c b/sway/commands/unmark.c
index 34a2ae44..ac213261 100644
--- a/sway/commands/unmark.c
+++ b/sway/commands/unmark.c
@@ -5,7 +5,7 @@
5#include "stringop.h" 5#include "stringop.h"
6 6
7struct cmd_results *cmd_unmark(int argc, char **argv) { 7struct cmd_results *cmd_unmark(int argc, char **argv) {
8 swayc_t *view = get_focused_container(&root_container); 8 swayc_t *view = current_container;
9 9
10 if (view->marks) { 10 if (view->marks) {
11 if (argc) { 11 if (argc) {