Hardware and plugins modules

This commit is contained in:
2026-07-31 14:53:00 -07:00
parent 3980ba3064
commit 3cd3c9ba19
6 changed files with 28 additions and 11 deletions

View File

@@ -0,0 +1,2 @@
local hostname = io.popen('uname -n'):read('*l')
require('hyprland.hardware.' .. hostname)

View 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"))