mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-06-11 21:13:32 -07:00
update
This commit is contained in:
@@ -168,13 +168,11 @@ hl.bind(
|
|||||||
-- )
|
-- )
|
||||||
|
|
||||||
-- Disable keybinds with one master keybind
|
-- Disable keybinds with one master keybind
|
||||||
-- https://wiki.hypr.land/0.49.0/Configuring/Uncommon-tips--tricks/#disabling-keybinds-with-one-master-keybind
|
hl.bind(mainMod .. " + Page_Down", hl.dsp.submap("clean"))
|
||||||
-- PAGE DOWN
|
hl.define_submap("clean", function()
|
||||||
hl.bind(mainMod .. " + code:117", hl.dsp.submap("clean"))
|
-- Page Up: exit clean submap
|
||||||
-- TODO: manual review — wrap the following binds in hl.define_submap("clean", function() ... end). The next 'submap = reset' closes the block.
|
hl.bind(mainMod .. " + Page_Up", hl.dsp.submap("reset"))
|
||||||
-- PAGE UP
|
end)
|
||||||
hl.bind(mainMod .. " + code:112", hl.dsp.submap("reset"))
|
|
||||||
-- (end of submap block)
|
|
||||||
|
|
||||||
hl.bind("SUPER + l", hl.dsp.exec_cmd("hyprlock"))
|
hl.bind("SUPER + l", hl.dsp.exec_cmd("hyprlock"))
|
||||||
|
|
||||||
|
|||||||
@@ -321,21 +321,6 @@ hl.window_rule({
|
|||||||
|
|
||||||
-- windowrule = fullscreen_state 2, match:class gsm_overlay
|
-- windowrule = fullscreen_state 2, match:class gsm_overlay
|
||||||
|
|
||||||
hl.window_rule({
|
|
||||||
match = {
|
|
||||||
class = "SubMiner",
|
|
||||||
},
|
|
||||||
float = true,
|
|
||||||
-- TODO: manual review — unmapped window rule action: "border_size 0"
|
|
||||||
-- TODO: manual review — unmapped window rule action: "xray off override"
|
|
||||||
-- TODO: manual review — unmapped window rule action: "no_shadow on"
|
|
||||||
-- TODO: manual review — unmapped window rule action: "no_blur on"
|
|
||||||
-- TODO: manual review — unmapped window rule action: "no_dim on"
|
|
||||||
-- TODO: manual review — unmapped window rule action: "opaque on"
|
|
||||||
-- TODO: manual review — unmapped window rule action: "dim_around off"
|
|
||||||
-- TODO: manual review — unmapped window rule action: "allows_input offf"
|
|
||||||
})
|
|
||||||
|
|
||||||
hl.window_rule({
|
hl.window_rule({
|
||||||
match = {
|
match = {
|
||||||
class = "steam_app_1277940",
|
class = "steam_app_1277940",
|
||||||
@@ -347,6 +332,31 @@ hl.window_rule({
|
|||||||
match = {
|
match = {
|
||||||
class = "SubMiner",
|
class = "SubMiner",
|
||||||
},
|
},
|
||||||
|
float = true,
|
||||||
|
})
|
||||||
|
|
||||||
|
hl.window_rule({
|
||||||
|
match = {
|
||||||
|
class = "SubMiner",
|
||||||
|
},
|
||||||
|
opacity = "1.0 override",
|
||||||
|
pin = false,
|
||||||
|
})
|
||||||
|
|
||||||
|
hl.window_rule({
|
||||||
|
match = {
|
||||||
|
class = "SubMiner",
|
||||||
|
},
|
||||||
|
|
||||||
|
float = true,
|
||||||
|
border_size = 0,
|
||||||
|
xray = false,
|
||||||
|
no_shadow = true,
|
||||||
|
no_blur = true,
|
||||||
|
no_dim = true,
|
||||||
|
opaque = true,
|
||||||
|
dim_around = false,
|
||||||
|
allows_input = false,
|
||||||
opacity = "1.0 override",
|
opacity = "1.0 override",
|
||||||
pin = false,
|
pin = false,
|
||||||
})
|
})
|
||||||
@@ -386,4 +396,3 @@ hl.window_rule({
|
|||||||
float = true,
|
float = true,
|
||||||
move = "100%-374 50",
|
move = "100%-374 50",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
../../mpv-modules/mpv-youtube-queue
|
../../mpv-modules/mpv-youtube-queue/mpv-youtube-queue
|
||||||
Reference in New Issue
Block a user