include dependencies for ksuperkey
This commit is contained in:
parent
e3bed71aaa
commit
29f2f2aa2e
|
@ -47,8 +47,12 @@ all the shells I care about.
|
||||||
Adds an autostart entry for `/usr/bin/ksuperkey -e 'Super_L=Alt_L|F2'`, which
|
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).
|
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
|
[ksuperkey][ksuperkey] can only be used in X, it breaks on Wayland. Install it
|
||||||
via cloning, `make`, and `make install`:
|
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
|
mkdir -p ~/src/github.com/hanschen
|
||||||
cd ~/src/github.com/hanschen
|
cd ~/src/github.com/hanschen
|
||||||
git clone https://github.com/hanschen/ksuperkey.git
|
git clone https://github.com/hanschen/ksuperkey.git
|
||||||
|
|
Loading…
Reference in a new issue