tangled
alpha
login
or
join now
tjh.dev
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
niri: update config
tjh.dev
5 months ago
4f646171
16fb126f
verified
This commit was signed with the committer's
known signature
.
tjh.dev
SSH Key Fingerprint:
SHA256:RhG+o7Aj/xulPOqGBYDE7G2RZdwS1M7RWqL3oo9BYCY=
+9
-2
1 changed file
expand all
collapse all
unified
split
.config
niri
config.kdl
+9
-2
.config/niri/config.kdl
···
1
1
-
debug { wait-for-frame-completion-in-pipewire; }
1
1
+
//debug { wait-for-frame-completion-in-pipewire; }
2
2
3
3
input {
4
4
keyboard {
···
12
12
// Primary Monitor
13
13
output "DP-2" {
14
14
scale 1
15
15
-
position x=0 y=840
15
15
+
position x=0 y=640
16
16
}
17
17
18
18
// Secondary Monitor
···
79
79
window-rule {
80
80
match app-id=r#"^obs$"# title="Add|Create|Select|Properties"
81
81
open-floating true
82
82
+
}
83
83
+
84
84
+
// Ensure the GameGuard popup for Helldivers 2 doesn't float in front of the
85
85
+
// main window.
86
86
+
window-rule {
87
87
+
match app-id=r#"^steam_app_553850$"#
88
88
+
open-floating false
82
89
}
83
90
84
91
window-rule {