From 8d8ebc3aec06d8534340eba5b936d50b5bb87306 Mon Sep 17 00:00:00 2001 From: ewin Date: Thu, 5 Mar 2026 01:42:45 -0500 Subject: [PATCH] remove ksuperkey stuff now that you can just use a plasma shortcut for meta without issues --- .github/README.md | 18 ------------------ .../.config/autostart/ksuperkey.desktop | 8 -------- 2 files changed, 26 deletions(-) delete mode 100755 kde-autostart-ksuperkey/.config/autostart/ksuperkey.desktop diff --git a/.github/README.md b/.github/README.md index 20e54e4..600fdad 100644 --- a/.github/README.md +++ b/.github/README.md @@ -42,24 +42,6 @@ just always be the default color (your terminal's `cyan`). KDE stuff is split up a lot. If you want everything, `stow kde-*` should work in all the shells I care about. -#### `kde-autostart-ksuperkey` - -Adds an autostart entry for `/usr/bin/ksuperkey -e 'Super_L=Alt_L|F2'`, which -maps presses of the left meta key to Alt+F2 (the default bind for krunner). -[ksuperkey][ksuperkey] can only be used in X, it breaks on Wayland. Install it -via adding dependencies, cloning, `make`, and `make install`: - - # on debian/etc: - # sudo apt install git gcc make libx11-dev libxtst-dev pkg-config - # on fedora-based things: - # sudo dnf install git gcc make libX11-devel libXtst-devel pkgconfig - mkdir -p ~/src/github.com/hanschen - cd ~/src/github.com/hanschen - git clone https://github.com/hanschen/ksuperkey.git - cd ~/src/github.com/hanschen/ksuperkey - make - sudo make install - #### `kde-autostart-syncthing` Adds an autostart entry for diff --git a/kde-autostart-ksuperkey/.config/autostart/ksuperkey.desktop b/kde-autostart-ksuperkey/.config/autostart/ksuperkey.desktop deleted file mode 100755 index 0f78457..0000000 --- a/kde-autostart-ksuperkey/.config/autostart/ksuperkey.desktop +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env xdg-open -[Desktop Entry] -Exec=/usr/bin/ksuperkey -e 'Super_L=Alt_L|F2' -Icon=krunner -Name=ksuperkey -Path= -Terminal=False -Type=Application