Added rofi. Ignored some applications from rofi list. Added (nonworking) kanata). Added more packages. Added hyprsunset. Ingoring hyprland monitors. More.

This commit is contained in:
Jurn Wubben 2025-11-08 14:23:05 +01:00
parent ae719aacf3
commit 101a5d9bf2
26 changed files with 782 additions and 16 deletions

View file

@ -0,0 +1,26 @@
(defsrc
caps d w e b h j k l p
)
(deflayer default
@cap _ _ _ _ _ _ _ _ _
)
(deflayer arrows
_ @tablayer @nextword @nextword @prevword left down up right PrintScreen
)
(deflayer tabs
_ _ _ _ _ @tableft _ _ @tabright _
)
(defalias
cap (tap-hold-press 170 170 esc (layer-toggle arrows))
nextword (multi lctrl right)
prevword (multi lctrl left)
tablayer (layer-while-held tabs)
tableft (multi lctrl lshift tab)
tabright (multi lctrl tab)
)