wip: dnsc-machine setup
This commit is contained in:
parent
836564d624
commit
e6a9f210f1
2 changed files with 12 additions and 8 deletions
|
|
@ -90,7 +90,7 @@ layout {
|
|||
proportion 0.66667
|
||||
}
|
||||
|
||||
default-column-width { proportion 0.66667; }
|
||||
default-column-width { proportion 0.5; }
|
||||
|
||||
// By default focus ring and border are rendered as a solid background rectangle
|
||||
// behind windows. That is, they will show up through semitransparent windows.
|
||||
|
|
@ -220,13 +220,13 @@ animations {
|
|||
|
||||
// Work around WezTerm's initial configure bug
|
||||
// by setting an empty default-column-width.
|
||||
window-rule {
|
||||
// This regular expression is intentionally made as specific as possible,
|
||||
// since this is the default config, and we want no false positives.
|
||||
// You can get away with just app-id="wezterm" if you want.
|
||||
match app-id=r#"^org\.wezfurlong\.wezterm$"#
|
||||
default-column-width {}
|
||||
}
|
||||
// window-rule {
|
||||
// // This regular expression is intentionally made as specific as possible,
|
||||
// // since this is the default config, and we want no false positives.
|
||||
// // You can get away with just app-id="wezterm" if you want.
|
||||
// match app-id=r#"^org\.wezfurlong\.wezterm$"#
|
||||
// default-column-width {}
|
||||
// }
|
||||
|
||||
// Open the Firefox picture-in-picture player as floating by default.
|
||||
window-rule {
|
||||
|
|
@ -503,6 +503,7 @@ binds {
|
|||
// The allow-inhibiting=false property can be applied to other binds as well,
|
||||
|
||||
// The quit action will show a confirmation dialog to avoid accidental exits.
|
||||
Mod+Shift+E { quit; }
|
||||
Ctrl+Alt+Delete { quit; }
|
||||
|
||||
// Powers off the monitors. To turn them back on, do any input like
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue