feat: update a bunch of stuff

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-08-02 18:15:00 +02:00
parent a570bb768c
commit a6f8e2f261
48 changed files with 102 additions and 1223 deletions

View File

@@ -20,10 +20,10 @@ exec_always {
# # Toggle between keyboard layouts. This example has the "us" and "gb"
# # keyboard layouts, and uses Alt+Shift to toggle between them.
# input "type:keyboard" {
# xkb_layout "us,gb"
# xkb_options "grp:alt_shift_toggle"
# }
input "type:keyboard" {
xkb_layout "us,dk"
xkb_options "grp:alt_shift_toggle"
}
# # Assign the same binding to "pkill -RTMIN+1 waybar" to send signal to
# # the Waybar keyboard module (so the module shows the updated layout).
# # This example uses Alt + left Shift.