super + enter to switch keyboard layouts

This commit is contained in:
2026-08-23 21:47:45 -07:00
parent 908876a7b8
commit 295a437043
6 changed files with 27 additions and 3 deletions

View File

@@ -5,6 +5,11 @@ hl.config({
}
})
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"))