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 | |
| parent | 8e51aa633fa69e4bfacfeb21edc4733f771aa73d (diff) | |
make a toggle instead
Diffstat (limited to '.config')
| -rw-r--r-- | .config/autostart/xcape.desktop | 13 | ||||
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 3 |
2 files changed, 2 insertions, 14 deletions
diff --git a/.config/autostart/xcape.desktop b/.config/autostart/xcape.desktop deleted file mode 100644 index 68a0d70..0000000 --- a/.config/autostart/xcape.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Version=0.9.4 -Type=Application -Name="xcape -e" for whiskermenu -Comment=Super Key Toggle for Whiskermenu -Exec=xcape -e 'Super_L=Control_L|Escape' -OnlyShowIn=XFCE; -RunHook=0 -StartupNotify=false -Terminal=false -Hidden=false - 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"> |
