17 lines
362 B
Lua
17 lines
362 B
Lua
hl.config({
|
|
input = {
|
|
accel_profile = "flat",
|
|
sensitivity = -0.8
|
|
}
|
|
})
|
|
|
|
hl.device({
|
|
name = '-usb-optical-mouse',
|
|
sensitivity = -0.5
|
|
})
|
|
|
|
bind("KP_ADD", hl.dsp.exec_cmd("pkill -SIGUSR1 -x gpu-screen-reco"))
|
|
|
|
bind("SUPER + F7", hl.dsp.exec_cmd("pkill -x quickshell; quickshell"))
|
|
bind("SUPER + F4", hl.dsp.exec_cmd("playerctl next"))
|