From f5d6353371c2c68e76f3cf242bd49e8c04397ea9 Mon Sep 17 00:00:00 2001 From: erin Date: Tue, 25 Jul 2023 00:21:41 -0400 Subject: [PATCH] update some notes --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09516dd..e1fae64 100644 --- a/README.md +++ b/README.md @@ -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`: 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 make 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 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` Just adds a `.desktop` entry that launches krunner. Mostly useful as a thing I