wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 17:30:08 +01:00
parent 836564d624
commit e6a9f210f1
2 changed files with 12 additions and 8 deletions

View file

@ -29,6 +29,9 @@
bluez bluez
bluetui bluetui
swww swww
loupe
nautilus
nautilus-open-any-terminal
]; ];
imports = [ imports = [

View file

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