Skip to content

Commit 2ec5b6d

Browse files
committed
Fix 'directory' config option in default config
1 parent 80e3fd6 commit 2ec5b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

i3_resurrect/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def create_default():
1414
global _config_file
1515

1616
_config = {
17-
'directory': ['~/.i3/i3-resurrect/'],
17+
'directory': '~/.i3/i3-resurrect/',
1818
'window_command_mappings': [
1919
{
2020
'class': 'Gnome-terminal',

0 commit comments

Comments
 (0)