This commit is contained in:
2026-09-11 00:44:31 -07:00
parent 385b881972
commit 212fe286a7
9 changed files with 35 additions and 1018 deletions
+1
View File
@@ -419,3 +419,4 @@ hl.on("hyprland.start", function()
hl.exec_cmd("uwsm app -sb -t service -- tailscale systray")
hl.exec_cmd("~/.local/bin/aria")
end)
pcall(require, "/home/sudacode/.config/hypr/openwhispr-binds.lua")
+1 -1
View File
@@ -11,7 +11,7 @@ local menu = "~/.config/rofi/launchers/type-6/launcher.sh 1"
local mainMod = "ALT" -- Sets "Windows" key as main modifier
-- Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
hl.bind("SUPER + SUPER_L", hl.dsp.exec_cmd("~/.config/rofi/launchers/type-2/launcher.sh 10"))
-- hl.bind("SUPER + SUPER_L", hl.dsp.exec_cmd("~/.config/rofi/launchers/type-2/launcher.sh 10"))
hl.bind(mainMod .. " + RETURN", hl.dsp.exec_cmd(terminal))
hl.bind(mainMod .. " + Q", hl.dsp.window.close())
hl.bind(mainMod .. " + SHIFT + M", hl.dsp.exec_cmd("uwsm stop"))
+14 -1
View File
@@ -299,7 +299,7 @@ hl.window_rule({
-- {{{ GSM Overlay and LunaTranslator tweaks
hl.window_rule({
match = {
class = "gamesentenceminer",
class = "com.beangate.gamesentenceminer",
},
float = true,
border_size = 0,
@@ -395,6 +395,19 @@ hl.window_rule({
pin = true,
})
hl.window_rule({
match = {
class = "open-whispr",
title = "Voice Recorder",
},
float = true,
xray = false,
no_shadow = true,
no_blur = true,
no_dim = true,
opaque = true,
})
-- TODO: manual review — top-level key 'windowurle = no_vrr on, match:class mpv' has no enclosing section
-- aibar popup (AI usage widget)