mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-05-11 17:35:57 +08:00
sway: Use the single-instance -1 kitty parameter
This will reduce startup time after the 1st terminal has been spawned.
This commit is contained in:
parent
4d753a7ba1
commit
4346d15bdf
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ set {
|
|||
$screenshots_dir ~/pix/screenshots
|
||||
|
||||
# Terminal emulator
|
||||
$term kitty
|
||||
# Use `-1` for the single-instance feature of kitty to reduce startup time
|
||||
$term kitty -1
|
||||
|
||||
# Combined application launcher + window switcher
|
||||
$menu $sway/rofi-sway
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue