diff options
author | Drew DeVault <[email protected]> | 2017-04-03 14:52:20 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2017-04-03 14:52:20 -0400 |
commit | 7d43a76b4e765eb8072c09cdec3847e877cf65d7 (patch) | |
tree | 030844d9fb13be7814dd760a6ffedbec8f5264cd /sway/config.c | |
parent | ab7570d311d65ff03fd14627ec3157fa37995ced (diff) | |
parent | 2445d279604d7be38c00db60ffde4279a3c75459 (diff) |
Merge pull request #1145 from 4e554c4c/marks
Impliment i3-style marks
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c index 46faf643..c8432a2a 100644 --- a/sway/config.c +++ b/sway/config.c @@ -329,6 +329,7 @@ static void config_defaults(struct sway_config *config) { config->auto_back_and_forth = false; config->seamless_mouse = true; config->reading = false; + config->show_marks = true; config->edge_gaps = true; config->smart_gaps = false; |