Watch
1
0
Fork
You've already forked dotfiles
0

tmp gnome

This commit is contained in:
Alexander Hess 2026-08-14 20:07:08 +02:00
commit cbb1861b25
Signed by: alexander
GPG key ID: B46EDB4DFC26805D
4 changed files with 69 additions and 34 deletions

View file

@ -85,8 +85,8 @@ switch-to-workspace-last=@as []
switch-to-workspace-up=@as []
switch-to-workspace-down=@as []
switch-to-workspace-left=['<Super>comma']
# In [org/freedesktop/ibus/panel/emoji], "hotkey" must be "@as []"
# to turn GNOME's Emoji picker off, which also uses <Super>period
# In [org/freedesktop/ibus/panel/emoji], "hotkey"
# must be changed from its default, which is also <Super>period
switch-to-workspace-right=['<Super>period']
# The following could also be populated automatically
@ -177,8 +177,8 @@ eject=@as []
next=['<Control><Alt>Right']
previous=['<Control><Alt>Left']
playback-forward=['<Control><Alt>period']
playback-rewind=['<Control><Alt>comma']
playback-forward=['<Control><Alt>bracketright']
playback-rewind=['<Control><Alt>bracketleft']
playback-random=@as []
playback-repeat=@as []
@ -482,4 +482,4 @@ zoom-out='<Control>minus'
# To avoid conflict with "switch-to-workspace-right" in [org/gnome/desktop/wm/keybindings]
[org/freedesktop/ibus/panel/emoji]
hotkey=@as []
hotkey=['<Control><Alt>period']