too lazy to come up with a helpful commit message :)
This commit is contained in:
@@ -6,5 +6,3 @@ include "config/envs.kdl"
|
||||
include "config/rules.kdl"
|
||||
include "config/binds.kdl"
|
||||
include "config/misc.kdl"
|
||||
|
||||
/************************Misc************************/
|
||||
|
||||
@@ -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"; }
|
||||
}
|
||||
|
||||
@@ -19,4 +19,4 @@ environment {
|
||||
// Others
|
||||
XCURSOR_SIZE "24"
|
||||
ELECTRON_OZONE_PLATFORM_HINT "wayland"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -19,4 +19,4 @@ output "DP-1" {
|
||||
background-color "#1e1e2e"
|
||||
backdrop-color "#1e1e2e"
|
||||
// transform "90"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -83,4 +83,4 @@ recent-windows {
|
||||
urgent-color "#f38ba8"
|
||||
corner-radius 14
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user