Update dotfiles (2026-05-16 01:02:53)
This commit is contained in:
@@ -32,6 +32,15 @@ for _, title in ipairs(titles) do
|
||||
})
|
||||
end
|
||||
|
||||
hl.window_rule({
|
||||
match = {
|
||||
class = "osu!",
|
||||
title = "osu!",
|
||||
},
|
||||
fullscreen_state = 3,
|
||||
content = "game",
|
||||
})
|
||||
|
||||
hl.window_rule({
|
||||
name = "fix-xwayland-drags",
|
||||
match = {
|
||||
@@ -56,9 +65,7 @@ hl.window_rule({
|
||||
|
||||
hl.window_rule({
|
||||
match = {
|
||||
fullscreen_state_client = 2,
|
||||
fullscreen_state_internal = 2,
|
||||
class = "librewolf",
|
||||
fullscreen_state_internal = 4,
|
||||
},
|
||||
|
||||
idle_inhibit = "always",
|
||||
@@ -67,7 +74,13 @@ hl.window_rule({
|
||||
hl.window_rule({
|
||||
match = {
|
||||
fullscreen_state_client = 4,
|
||||
fullscreen_state_internal = 4,
|
||||
},
|
||||
|
||||
idle_inhibit = "always",
|
||||
})
|
||||
|
||||
hl.window_rule({
|
||||
match = {
|
||||
content = "game",
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user