Automated updated process of shell scripts and DOT Files (gentooamd)

This commit is contained in:
ganome 2026-08-08 22:40:21 -06:00
parent 0dc4186f14
commit 8849eb7992
Signed by untrusted user who does not match committer: Ganome
GPG Key ID: 944DE53336D81B83
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ hl.bind("SUPER + CTRL + SHIFT + Return", hl.dsp.exec_cmd("urxvt -bg 0 -fg 2 -cr
-- hl.bind(" SUPER + SHIFT,Return,hl.dsp.exec_cmd("urxvt -bg 0 -fg 2 -cr blue -vb -sb -sr -st -bc -sl 5000 -fn "xft:Font Awesome:size=12" -- hl.bind(" SUPER + SHIFT,Return,hl.dsp.exec_cmd("urxvt -bg 0 -fg 2 -cr blue -vb -sb -sr -st -bc -sl 5000 -fn "xft:Font Awesome:size=12"
-- hl.bind(" SUPER + SHIFT,Return,hl.dsp.exec_cmd("urxvt -bg 0 -fg 2 -cr blue -vb -sb -sr -st -bc -sl 5000 -- hl.bind(" SUPER + SHIFT,Return,hl.dsp.exec_cmd("urxvt -bg 0 -fg 2 -cr blue -vb -sb -sr -st -bc -sl 5000
hl.bind("SUPER + P", hl.dsp.exec_cmd("rofi -show drun --with-images")) hl.bind("SUPER + P", hl.dsp.exec_cmd("rofi -show drun --with-images"))
hl.bind("SUPER + SHIFT + W", hl.dsp.exec_cmd("uwsm app librewolf")) hl.bind("SUPER + SHIFT + W", hl.dsp.exec_cmd("uwsm app librewolf-bin"))
hl.bind("SUPER + E", hl.dsp.exec_cmd("emopicker9000")) hl.bind("SUPER + E", hl.dsp.exec_cmd("emopicker9000"))
hl.bind("SUPER + D", hl.dsp.exec_cmd("discord")) hl.bind("SUPER + D", hl.dsp.exec_cmd("discord"))

View File

@ -62,11 +62,11 @@ hl.window_rule ({
hl.window_rule ({ hl.window_rule ({
name = "Browser_Rules", name = "Browser_Rules",
match = { match = {
class = "^(LibreWolf)$", class = "^(LibreWolf|librewolf)$",
}, },
workspace = 3, workspace = 3,
idle_inhibit = fullscreen, idle_inhibit = fullscreen,
fullscreen = true fullscreen = false
}) })
hl.window_rule ({ hl.window_rule ({