migrate to lua
This commit is contained in:
parent
2908188146
commit
2985c5e95f
12 changed files with 82 additions and 346 deletions
|
|
@ -5,7 +5,6 @@ hl.bind(
|
|||
"SUPER + F10",
|
||||
hl.dsp.send_shortcut({ mods = "CTRL", key = "F10", window = "class:^(com\\.obsproject\\.Studio)$" })
|
||||
)
|
||||
hl.bind("CTRL + SHIFT + M", hl.dsp.pass({ window = "initialClass: discord" }))
|
||||
|
||||
hl.bind("SUPER + ESCAPE", hl.dsp.global("lux:power-menu"))
|
||||
hl.bind("SUPER + R", hl.dsp.global("lux:launcher"))
|
||||
|
|
@ -14,7 +13,7 @@ hl.bind("SUPER + W", hl.dsp.global("lux:storybook"))
|
|||
hl.bind("SUPER + grave", hl.dsp.global("lux:configuration"))
|
||||
|
||||
hl.bind("SUPER + T", hl.dsp.exec_cmd("alacritty"))
|
||||
hl.bind("SUPER + X", hl.dsp.window.kill())
|
||||
hl.bind("SUPER + X", hl.dsp.window.close())
|
||||
hl.bind("SUPER + E", hl.dsp.exec_cmd("nautilus"))
|
||||
hl.bind("SUPER + F", hl.dsp.window.float())
|
||||
hl.bind("SUPER + CTRL + F", hl.dsp.window.fullscreen())
|
||||
|
|
@ -57,8 +56,8 @@ hl.bind("SUPER + right", hl.dsp.focus({ direction = "r" }))
|
|||
hl.bind("SUPER + up", hl.dsp.focus({ direction = "u" }))
|
||||
hl.bind("SUPER + down", hl.dsp.focus({ direction = "d" }))
|
||||
|
||||
hl.bind("CTRL + SUPER + T", hl.dsp.workspace.toggle_special("terminal"))
|
||||
hl.bind("CTRL + SUPER + M", hl.dsp.workspace.toggle_special("music"))
|
||||
hl.bind("CTRL + SHIFT + T", hl.dsp.workspace.toggle_special("terminal"))
|
||||
hl.bind("CTRL + SHIFT + M", hl.dsp.workspace.toggle_special("music"))
|
||||
|
||||
hl.bind("XF86AudioRaiseVolume", hl.dsp.exec_cmd("wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+"))
|
||||
hl.bind("XF86AudioLowerVolume", hl.dsp.exec_cmd("wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue