diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-07-23 07:12:30 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-07-23 07:12:30 +0200 |
| commit | 3cec0350754c8ac948df5b857baa5dfd5e93bb45 (patch) | |
| tree | dfa86023c888a3c6a5a874ac3ff489c07480e9f9 | |
| parent | 099ed1ef52a021c43feaf69d5d9c946409b947fd (diff) | |
| download | dotfiles-3cec0350754c8ac948df5b857baa5dfd5e93bb45.tar.gz dotfiles-3cec0350754c8ac948df5b857baa5dfd5e93bb45.tar.bz2 dotfiles-3cec0350754c8ac948df5b857baa5dfd5e93bb45.zip | |
Fixing keynav launch typo
| -rwxr-xr-x | config/x11/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/x11/xinitrc b/config/x11/xinitrc index 4e7353e..dfe9ab6 100755 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -1,6 +1,6 @@ #!/bin/sh -keynav demonize # moving the cursor around without the mouse +keynav daemonize # moving the cursor around without the mouse redshift & # filter blue light dunst & # notification daemon # certain event cause rate to reset (https://wiki.archlinux.org/title/Xorg/Keyboard_configuration) |
