fix: re-enable CSD now that wezterm overlay is applied
This commit is contained in:
parent
247fa01723
commit
72d75ddc33
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in {
|
||||||
settings = let
|
settings = let
|
||||||
cmd = command: {command = [command];};
|
cmd = command: {command = [command];};
|
||||||
in {
|
in {
|
||||||
# prefer-no-csd = true;
|
prefer-no-csd = true;
|
||||||
hotkey-overlay.skip-at-startup = true;
|
hotkey-overlay.skip-at-startup = true;
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|
Loading…
Reference in a new issue