Merge branch 'master' of ssh://git.doggoat.de:42/dhalucario/devconf
This commit is contained in:
commit
0980c627ea
2 changed files with 10 additions and 1 deletions
10
.config/systemd/user/warpd.service
Normal file
10
.config/systemd/user/warpd.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=A modal keyboard-driven virtual pointer
|
||||
After=graphical.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/warpd -f
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
1
.zshenv
1
.zshenv
|
@ -37,4 +37,3 @@ export MAILCHECK=1
|
|||
|
||||
export GOPATH=$HOME/.golang
|
||||
export FONTCONFIG_PATH=/etc/fonts
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
Loading…
Reference in a new issue