mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-09-12 05:16:17 -07:00
update
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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"))
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user