too lazy to come up with a helpful commit message :)

This commit is contained in:
2025-11-30 19:29:30 +01:00
parent 9f469589b4
commit 34a2f71c6d
8 changed files with 13 additions and 11 deletions

View File

@@ -6,5 +6,3 @@ include "config/envs.kdl"
include "config/rules.kdl"
include "config/binds.kdl"
include "config/misc.kdl"
/************************Misc************************/

View File

@@ -2,6 +2,7 @@ recent-windows {
binds {
Alt+Tab { next-window; }
Alt+Shift+Tab { previous-window; }
// dead_circumflex: ^
Alt+dead_circumflex { next-window filter="app-id"; }
Alt+Shift+dead_circumflex { previous-window filter="app-id"; }
}

View File

@@ -19,4 +19,4 @@ environment {
// Others
XCURSOR_SIZE "24"
ELECTRON_OZONE_PLATFORM_HINT "wayland"
}
}

View File

@@ -34,4 +34,4 @@ spawn-at-startup "hypridle"
spawn-at-startup "quickshell"
// According to (https://ghostty.org/docs/linux/systemd#starting-ghostty-at-login)
spawn-sh-at-startup "systemctl start --user app-com.mitchellh.ghostty.service"
spawn-sh-at-startup "systemctl start --user app-com.mitchellh.ghostty.service"

View File

@@ -19,4 +19,4 @@ output "DP-1" {
background-color "#1e1e2e"
backdrop-color "#1e1e2e"
// transform "90"
}
}

View File

@@ -83,4 +83,4 @@ recent-windows {
urgent-color "#f38ba8"
corner-radius 14
}
}
}