chore: Update Niri
This commit is contained in:
@@ -160,16 +160,22 @@ in {
|
|||||||
default-column-width = {};
|
default-column-width = {};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
# Open the Firefox picture-in-picture player as floating by default.
|
# Floating windows.
|
||||||
matches = [
|
matches = [
|
||||||
|
# Open the Firefox picture-in-picture player as floating by default.
|
||||||
{ app-id = "firefox$"; title = "^Picture-in-Picture$"; }
|
{ app-id = "firefox$"; title = "^Picture-in-Picture$"; }
|
||||||
|
# Gimp pop-ups.
|
||||||
|
{
|
||||||
|
app-id = "^Gimp$";
|
||||||
|
title = "^(New Layer|Change Foreground Color|Save Image)$";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
open-floating = true;
|
open-floating = true;
|
||||||
}
|
}
|
||||||
{ # Start terminals with low width.
|
{ # Start with low width.
|
||||||
matches = [
|
matches = [
|
||||||
{ app-id = "com\\.mitchellh\\.ghostty"; }
|
{ app-id = "com\\.mitchellh\\.ghostty"; }
|
||||||
{ title = "^\\*eshell\\*"; }
|
{ app-id = "^emacs$"; }
|
||||||
];
|
];
|
||||||
default-column-width.proportion = 1.0 / 3.0;
|
default-column-width.proportion = 1.0 / 3.0;
|
||||||
}
|
}
|
||||||
@@ -271,13 +277,13 @@ in {
|
|||||||
["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"];
|
["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"];
|
||||||
};
|
};
|
||||||
|
|
||||||
# WAIT: https://github.com/sodiboo/niri-flake/blob/main/default-config.kdl.nix
|
layer-rules = [
|
||||||
# layer-rules = [
|
# Don't move wallpaper with workspace.
|
||||||
# {
|
{
|
||||||
# matches = [{namespace = "^wallpaper$";}];
|
matches = [{ namespace = "^wallpaper$"; }];
|
||||||
# place-within-backdrop = true;
|
place-within-backdrop = true;
|
||||||
# }
|
}
|
||||||
# ];
|
];
|
||||||
|
|
||||||
debug = {
|
debug = {
|
||||||
wait-for-frame-completion-in-pipewire = {};
|
wait-for-frame-completion-in-pipewire = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user