Add AutoKey configuration
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
2a6d463ddf
commit
f06bb1dff6
11 changed files with 215 additions and 3 deletions
|
@ -20,6 +20,9 @@ The main content of this repository can be found in the `system` folder. It
|
|||
contains all configurations files, directories and scripts that mostly get symlinked
|
||||
by my install script.
|
||||
|
||||
### `.config/autokey`
|
||||
This folder contains my phrases and scripts for [AutoKey](https://github.com/autokey/autokey).
|
||||
|
||||
### `.config/dconf`
|
||||
This folder contains my configurations that are stored in dconf by applications. These are getting loaded on boot in `.bash_profile`.
|
||||
|
||||
|
@ -63,7 +66,7 @@ functions that I use in other scripts.
|
|||
|
||||
### `udev`
|
||||
This folder contains my custom udev rules. They are moved to
|
||||
`/etc/udev/rules.d/` by my installation script.
|
||||
`/etc/udev/rules.d/` by the installation script.
|
||||
|
||||
### `.aliases`
|
||||
This file contains my aliases that I use on a regular basis. I also use it to replace some standard commands wiht alternatives, like using `exa` instead of `ls`.
|
||||
|
@ -102,7 +105,7 @@ This file contains my [Vim](https://www.vim.org/) configuration.
|
|||
This file is called when a new x-server is started manually. It loads the contents of `.xsetup` and then starts i3.
|
||||
|
||||
### `.xprofile`
|
||||
This file is used by LightDM to load my normal `.bash_profile` file and `.xsetup`.
|
||||
This file is used by some display managers to load my normal `.bash_profile` file and `.xsetup`.
|
||||
|
||||
### `.Xresources`
|
||||
This file currently contains my color configuration for [Rofi](https://github.com/DaveDavenport/rofi).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue