Compare commits

..

2 Commits

Author SHA1 Message Date
937327b92e Merge pull request 'Attempting to launch kitty with hyprctl in systemd unit' (#3) from terminal-fix-launch-workspace into main
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 26s
Reviewed-on: #3
2025-05-24 15:17:56 -04:00
912e8da0c8 Attempting to launch kitty with hyprctl in systemd unit
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 6m51s
2025-05-24 12:45:26 -04:00

View File

@@ -7,7 +7,7 @@ After=graphical-session.target
Type=exec Type=exec
# Repurpose XDG Autostart filtering # Repurpose XDG Autostart filtering
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" "" ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" ""
ExecStart=/usr/bin/kitty ExecStart=hyprctl dispatch exec [workspace special:terminal silent] /usr/bin/kitty
Slice=app-graphical.slice Slice=app-graphical.slice
[Install] [Install]