feat(sway): configure sway to start kitty with --single-instance

This commit is contained in:
Bruno Carlin 2025-02-11 15:23:05 +01:00
parent c42fb60a21
commit 50d411d9ea

View file

@ -8,7 +8,7 @@ set $down j
set $up k
set $right l
# Your preferred terminal emulator
set $term kitty
set $term kitty --single-instance
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.