i3: Move close/split/vsplit out of space mode
This commit is contained in:
@@ -310,6 +310,9 @@ apps = [
|
||||
|
||||
bindings = [
|
||||
Exec("Terminal", key="$mod+Return", command="kitty --single-instance"),
|
||||
Command("Close Window", key="$mod+q", command="kill"),
|
||||
Command("split", key="$mod+s", command="split h"),
|
||||
Command("vertical split", key="$mod+v", command="split v"),
|
||||
Command("next workspace", key="$mod+Tab", command="workspace next_on_output"),
|
||||
Command("prev workspace", key="$mod+Shift+Tab", command="workspace prev_on_output"),
|
||||
# Volume control
|
||||
@@ -364,8 +367,6 @@ bindings = [
|
||||
Command("delete", command="kill"),
|
||||
Command("fullscreen", command="fullscreen toggle"),
|
||||
Command("float", key="o", command="floating toggle"),
|
||||
Command("split", command="split h"),
|
||||
Command("vertical split", key="v", command="split v"),
|
||||
Command("parent", command="focus parent", exit_mode=False),
|
||||
Mode(
|
||||
"move",
|
||||
|
||||
Reference in New Issue
Block a user