Update dotfiles (2026-05-16 01:02:53)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local animations = {
|
||||
{ leaf = "border", enabled = true, speed = 10, bezier = "linear" },
|
||||
{ leaf = "borderangle", enabled = true, speed = 3, bezier = "linear", style = "loop" },
|
||||
{ leaf = "borderangle", enabled = true, speed = 3, bezier = "linear" },
|
||||
{ leaf = "fadeOut", enabled = true, speed = 3, bezier = "default" },
|
||||
{ leaf = "fadeIn", enabled = true, speed = 4, bezier = "default" },
|
||||
{ leaf = "fadeLayers", enabled = true, speed = 1, bezier = "default" },
|
||||
|
||||
@@ -10,6 +10,7 @@ hl.config({
|
||||
cursor = {
|
||||
no_hardware_cursors = false,
|
||||
use_cpu_buffer = 2,
|
||||
zoom_factor = 1.0,
|
||||
},
|
||||
|
||||
xwayland = {
|
||||
|
||||
@@ -10,6 +10,15 @@ hl.bind(mainMod .. " + N", hl.dsp.global("zshell:toggle-nc"))
|
||||
hl.bind(mainMod .. " + SHIFT + S", hl.dsp.global("zshell:screenshot"))
|
||||
hl.bind(mainMod .. " + CTRL + S", hl.dsp.global("zshell:screenshotFreeze"))
|
||||
hl.bind(mainMod .. " + L", hl.dsp.global("zshell:lock"))
|
||||
hl.bind(mainMod .. " + I", hl.dsp.global("zshell:toggle-settings"))
|
||||
hl.bind(
|
||||
mainMod .. " + CTRL + SHIFT + R",
|
||||
hl.dsp.exec_cmd("zshell-cli shell kill; sleep 0.5; " .. prefix .. "zshell-cli shell start")
|
||||
)
|
||||
|
||||
-- ZOOMING HYPRLAND IS WEIRD
|
||||
hl.bind(mainMod .. " + mouse_down", hl.dsp.exec_cmd("~/.config/hypr/scripts/zoomIn.sh"))
|
||||
hl.bind(mainMod .. " + mouse_up", hl.dsp.exec_cmd("~/.config/hypr/scripts/zoomOut.sh"))
|
||||
|
||||
-- QML
|
||||
hl.bind("CTRL + mouse:274", hl.dsp.exec_cmd("ideskpet toggle-region"))
|
||||
|
||||
@@ -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