diff options
| author | nathansmith <nathansmith@posteo.com> | 2025-04-03 12:42:50 +0000 | 
|---|---|---|
| committer | nathansmith <nathansmith@posteo.com> | 2025-04-03 12:42:50 +0000 | 
| commit | 84a7d869c5b62e6d757a0a14b2f578173a48fb0f (patch) | |
| tree | 3754fb99d0917eb4cbf7ad4b279f3610f8e676b2 /linux_room.html | |
| parent | b3397dec519ab40206e87407fe177f0abcf088f9 (diff) | |
| download | shittyweb-84a7d869c5b62e6d757a0a14b2f578173a48fb0f.tar.gz shittyweb-84a7d869c5b62e6d757a0a14b2f578173a48fb0f.tar.bz2 shittyweb-84a7d869c5b62e6d757a0a14b2f578173a48fb0f.zip  | |
xcape thingy
Diffstat (limited to 'linux_room.html')
| -rw-r--r-- | linux_room.html | 9 | 
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>  | 
