diff options
| author | kj_sh604 | 2026-05-23 09:20:30 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-05-23 09:20:30 -0400 |
| commit | d4a21a826114bb0ee0b460db78bd3f305e7b04f9 (patch) | |
| tree | 62352c4a843589ad58889f3ac98afb6dd4121c5e /.config/xfce4 | |
| parent | 8e51aa633fa69e4bfacfeb21edc4733f771aa73d (diff) | |
make a toggle instead
Diffstat (limited to '.config/xfce4')
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml index e63f0db..b3f8146 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -64,7 +64,8 @@ <property name="<Super>c" type="string" value="amdgpu-toggle-tearfree-x11"/> <property name="<Alt><Super>c" type="string" value="toggle-xfwm4-compositor"/> <property name="<Super>n" type="string" value="xfconf-query -c xfce4-notifyd -p /do-not-disturb -T"/> - <property name="<Primary>Escape" type="string" value="xfce4-popup-whiskermenu"/> + <property name="<Super>w" type="string" value="toggle-whiskermenu-shift-space"/> + <property name="<Shift>space" type="string" value="xfce4-popup-whiskermenu"/> </property> </property> <property name="xfwm4" type="empty"> |
