aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-04-03 06:42:50 -0600
committernathansmith <nathansmith@posteo.com>2025-04-03 06:42:50 -0600
commit84a7d869c5b62e6d757a0a14b2f578173a48fb0f (patch)
tree3754fb99d0917eb4cbf7ad4b279f3610f8e676b2
parentb3397dec519ab40206e87407fe177f0abcf088f9 (diff)
xcape thingy
-rw-r--r--linux_room.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/linux_room.html b/linux_room.html
index dc76cd2..21cb0e6 100644
--- a/linux_room.html
+++ b/linux_room.html
@@ -242,8 +242,13 @@ table {
<li>
Make some nicer keybinds:
<ul>
- <li>I like to bind the <code>xfce4-popup-whiskermenu</code> command to shift-super.
- You can't bind things to just super in xfce. It will break other shortcuts.</li>
+ <li>
+ Bind <code>xfce4-popup-whiskermenu</code> to something like alt+f1 than use xcape to bind it to
+ super to get around the xfce super key bug. Add <code>xcape -e 'Super_L=Alt_L|F1'</code> as a
+ startup application or whatever dummy keybind you binded to whiskermenu. Sadly xfce cant bind
+ anything to super key without breaking other shortcuts that use super so we have to use xcape
+ in a painful hacky way.
+ </li>
<li>Bind "super+v" to <code>xfce4-clipman-history</code> to make it feel more like the kde clipboard</li>
</ul>
</li>