fixes sessionizer
This commit is contained in:
parent
0d329c090a
commit
4768e23d20
2 changed files with 9 additions and 9 deletions
|
|
@ -19,14 +19,14 @@ keybinds clear-defaults=true {
|
|||
};
|
||||
SwitchToMode "Locked"
|
||||
}
|
||||
bind "s" { Run "sessionizer" {
|
||||
close_on_exit true
|
||||
floating true
|
||||
x "20%"
|
||||
y "20%"
|
||||
width "60%"
|
||||
height "60%"
|
||||
}; SwitchToMode "locked"; }
|
||||
|
||||
bind "s" {
|
||||
Run "sessionizer" {
|
||||
close_on_exit true
|
||||
floating true
|
||||
};
|
||||
SwitchToMode "locked";
|
||||
}
|
||||
|
||||
// Global keybindings
|
||||
bind "c" { NewTab; SwitchToMode "Locked"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue