From c577c214d03cc1b99265681243ed8d0013b40605 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 3 Dec 2023 14:34:11 +0100 Subject: Add odin lsp --- 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 7242d46..136fe0f 100755 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -1,6 +1,6 @@ #!/bin/sh -# keynav daemonize # moving the cursor around without the mouse +keynav daemonize # moving the cursor around without the mouse redshift & # filter blue light dunst & # notification daemon unclutter --timeout 10 --fork # hide mouse after 10s -- cgit