Automated updated process of shell scripts and DOT Files (gentooamd)
This commit is contained in:
parent
0dc4186f14
commit
8849eb7992
Binary file not shown.
@ -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"))
|
||||||
|
|||||||
@ -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 ({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user