diff options
| author | kj_sh604 | 2026-05-22 22:09:23 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-05-22 22:09:23 -0400 |
| commit | 8e51aa633fa69e4bfacfeb21edc4733f771aa73d (patch) | |
| tree | 976846cab63161869283e47c00c5aa54e6f8a20f /.config | |
| parent | b3c2862e59f198cd3c36fa1e4454488d08b50ad1 (diff) | |
refactor: get rid of bad keyboard shortcut
been using Shift+Space for over a decade for this, not the best... time for a change
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 | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/.config/autostart/xcape.desktop b/.config/autostart/xcape.desktop new file mode 100644 index 0000000..68a0d70 --- /dev/null +++ b/.config/autostart/xcape.desktop @@ -0,0 +1,13 @@ +[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 f4a33b7..e63f0db 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -50,7 +50,6 @@ <property name="<Super>comma" type="string" value="dmenu-dym"/> <property name="<Super>period" type="string" value="dmenu-emoji-picker"/> <property name="<Primary><Super>Delete" type="string" value="gnome-system-monitor"/> - <property name="<Shift>space" type="string" value="xfce4-popup-whiskermenu"/> <property name="<Shift><Super>l" type="string" value="xflock4"/> <property name="<Super>l" type="string" value="xflock4"/> <property name="<Super>x" type="string" value="xkill"/> @@ -65,6 +64,7 @@ <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> </property> <property name="xfwm4" type="empty"> |
