mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Run Ghostty always on single instance mode only in shortcuts
This commit is contained in:
parent
0779a701cf
commit
8b9712997d
2 changed files with 1 additions and 2 deletions
|
@ -65,7 +65,6 @@
|
|||
window-padding-y = padding;
|
||||
|
||||
confirm-close-surface = false;
|
||||
gtk-single-instance = true;
|
||||
|
||||
window-decoration = false;
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
bind = SUPER+ALT, F, togglefloating
|
||||
|
||||
bind = SUPER+ALT, RETURN, exec, kitty
|
||||
bind = SUPER , RETURN, exec, ghostty
|
||||
bind = SUPER , RETURN, exec, ghostty --gtk-single-instance=true
|
||||
bind = SUPER , W , exec, firefox
|
||||
bind = SUPER , D , exec, discord
|
||||
bind = SUPER , M , exec, thunderbird
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue