Skip to content

Commit

Permalink
fix(keybindings): use UUID for tab-with-profile
Browse files Browse the repository at this point in the history
Co-authored-by: m2 <[email protected]>
  • Loading branch information
tulilirockz and m2Giles committed Nov 19, 2024
1 parent d4b9320 commit 64d9160
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0]
binding='<Control><Alt>t'
command='/usr/bin/ptyxis --tab-with-profile="Host" --new-window'
command='/usr/bin/ptyxis --tab-with-profile="2871e8027773ae74d6c87a5f659bbc74" --new-window'
name='Ptyxis'

[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1]
binding='<Control><Alt>Return'
command='/usr/bin/ptyxis --tab-with-profile="Host" --new-window'
command='/usr/bin/ptyxis --tab-with-profile="2871e8027773ae74d6c87a5f659bbc74" --new-window'
name='Ptyxis Alt'

[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2]
Expand Down

0 comments on commit 64d9160

Please sign in to comment.