Compare commits
2 Commits
62e5b210e4
...
68da7615ee
| Author | SHA1 | Date | |
|---|---|---|---|
| 68da7615ee | |||
| 95b71a562f |
@@ -53,7 +53,7 @@
|
||||
"SUPER SHIFT, F, Toggle Maximized Fullscreen, fullscreen, 1"
|
||||
|
||||
# layout
|
||||
"SUPER, V, Toggle Split, layoutmsg, togglesplit"
|
||||
"SUPER, O, Toggle Split, layoutmsg, togglesplit"
|
||||
|
||||
# apps
|
||||
"SUPER, W, Open Browser, exec, uwsm app -- firefox" # FIXME: must be xdg-open
|
||||
|
||||
@@ -435,7 +435,7 @@
|
||||
];
|
||||
symbols = [
|
||||
{
|
||||
action = "run_cmd";
|
||||
action = "copy";
|
||||
label = "select";
|
||||
default = true;
|
||||
bind = "Return";
|
||||
@@ -443,7 +443,7 @@
|
||||
];
|
||||
unicode = [
|
||||
{
|
||||
action = "run_cmd";
|
||||
action = "copy";
|
||||
label = "select";
|
||||
default = true;
|
||||
bind = "Return";
|
||||
|
||||
Reference in New Issue
Block a user