gnome-text-editor: fix bind not opening new window
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
e89a712c9a
commit
c3e79d8926
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ in {
|
|||
(key "C" "Super+Shift" "exec" config.custom.menus.clipboard.clear)
|
||||
(key "D" "Super" "togglespecialworkspace" "android")
|
||||
(key "D" "Super+Shift" "movetoworkspacesilent" "special:android")
|
||||
(key "E" "Super" "exec" gnome-text-editor)
|
||||
(key "E" "Super" "exec" "${gnome-text-editor} --new-window")
|
||||
(key "F" "Super" "exec" "${nautilus} --new-window")
|
||||
(key "G" "Super" "togglespecialworkspace" "game")
|
||||
(key "G" "Super+Ctrl" "exec" steam)
|
||||
|
|
Loading…
Add table
Reference in a new issue