feat(sway): configure sway to start kitty with --single-instance
This commit is contained in:
parent
c42fb60a21
commit
50d411d9ea
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ set $down j
|
||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term kitty
|
set $term kitty --single-instance
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# 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.
|
# on the original workspace that the command was run on.
|
||||||
|
|
Loading…
Add table
Reference in a new issue