update some notes
This commit is contained in:
parent
636e6a5582
commit
f5d6353371
|
@ -50,7 +50,8 @@ maps presses of the left meta key to Alt+F2 (the default bind for krunner).
|
||||||
via cloning, `make`, and `make install`:
|
via cloning, `make`, and `make install`:
|
||||||
|
|
||||||
mkdir -p ~/src/github.com/hanschen
|
mkdir -p ~/src/github.com/hanschen
|
||||||
git clone https://github.com/hanschen/ksuperkey.git ~/src/github.com/hanschen/ksuperkey
|
cd ~/src/github.com/hanschen
|
||||||
|
git clone https://github.com/hanschen/ksuperkey.git
|
||||||
cd ~/src/github.com/hanschen/ksuperkey
|
cd ~/src/github.com/hanschen/ksuperkey
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
@ -69,6 +70,11 @@ Custom icons for various apps I use. They wind up in
|
||||||
My Konsole profile, as well as some additional configuration for default window
|
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!
|
size on different screens. You can see what screen sizes I use in here!
|
||||||
|
|
||||||
|
Konsole also stores window *position* in this file, which I super do not care
|
||||||
|
about. You will probably want to skip-worktree this file as well:
|
||||||
|
|
||||||
|
git update-index --skip-worktree kde-konsole/.config/konsolerc
|
||||||
|
|
||||||
## `kde-krunner`
|
## `kde-krunner`
|
||||||
|
|
||||||
Just adds a `.desktop` entry that launches krunner. Mostly useful as a thing I
|
Just adds a `.desktop` entry that launches krunner. Mostly useful as a thing I
|
||||||
|
|
Loading…
Reference in a new issue