From f4c18337327229371156b457f01fa666a056d84c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 15 Nov 2024 11:10:56 +0100 Subject: Add toggle-screenkey script --- config/x11/xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/x11') diff --git a/config/x11/xinitrc b/config/x11/xinitrc index d883219..452dd5d 100755 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -1,10 +1,10 @@ #!/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 -clout push-watch & # could with rsync +#clout push-watch & # could with rsync xrdb "$XDG_CONFIG_HOME/x11/Xresources" syncthing --no-browser > ~/.cache/syncthing.log 2>&1 & hsetroot -add '#111' -add '#222' -gradient 180 -- cgit