Files
dotfiles/hypr/hyprland/hardware/penguin.lua

12 lines
290 B
Lua

hl.config({
input = {
accel_profile = "flat",
sensitivity = -0.8
}
})
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"))