update notes about new things
This commit is contained in:
parent
daa83d6286
commit
d29244712d
46
README.md
46
README.md
|
@ -39,8 +39,48 @@ just always be the default color (your terminal's `cyan`).
|
|||
|
||||
### KDE
|
||||
|
||||
Files in `~/.local/share/color-schemes` come from [my repo of KDE titlebar color
|
||||
schemes][colors].
|
||||
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 cloning, `make`, and `make install`:
|
||||
|
||||
mkdir -p ~/src/github.com/hanschen
|
||||
git clone https://github.com/hanschen/ksuperkey.git ~/src/github.com/hanschen/ksuperkey
|
||||
cd ~/src/github.com/hanschen/ksuperkey
|
||||
make
|
||||
sudo make install
|
||||
|
||||
## `kde-dolphin`
|
||||
|
||||
Configuration for Dolphin. Mostly toolbar layout and icon sizes.
|
||||
|
||||
## `kde-icon-*`
|
||||
|
||||
Custom icons for various apps I use. They wind up in
|
||||
`~/.local/share/icons/hicolor/*` alongside other icons for user-installed apps.
|
||||
|
||||
## `kde-konsole`
|
||||
|
||||
My Konsole profile, as well as some additional configuration for default window
|
||||
size on different screens. You can see what screen sizes I use in here!
|
||||
|
||||
## `kde-krunner`
|
||||
|
||||
Just adds a `.desktop` entry that launches krunner. Mostly useful as a thing I
|
||||
used to keep on my application switcher, but nowadays I don't really use it - if
|
||||
I have a launcher icon on my dock at all, it'll be a proper switcher so I can
|
||||
log out/shutdown/etc without my keyboard if I need to.
|
||||
|
||||
## `kde-kwin-apprules`
|
||||
|
||||
Custom application rules for `kwin`. Files in `~/.local/share/color-schemes`
|
||||
come from [my repo of KDE titlebar color schemes][colors].
|
||||
|
||||
[stow]: https://www.gnu.org/software/stow
|
||||
[colors]: https://github.com/eritbh/kde-application-titlebar-themes
|
||||
[ksuperkey]: https://github.com/hanschen/ksuperkey
|
||||
[stow]: https://www.gnu.org/software/stow
|
||||
|
|
Loading…
Reference in a new issue