From 3cec0350754c8ac948df5b857baa5dfd5e93bb45 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 23 Jul 2021 07:12:30 +0200 Subject: Fixing keynav launch typo --- config/x11/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/x11') 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) -- cgit