Hardware and plugins modules
This commit is contained in:
11
hypr/hyprland/hardware/penguin.lua
Normal file
11
hypr/hyprland/hardware/penguin.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
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"))
|
||||
Reference in New Issue
Block a user