i3: hide cursor

This commit is contained in:
He4eT 2023-10-06 01:29:39 +03:00
commit 8ebb891d2a
2 changed files with 4 additions and 0 deletions

View file

@ -61,6 +61,9 @@ bindsym XF86Tools exec xfce4-screenshooter --region --delay 0
bindsym $mod+d exec rofi -show run
bindsym $mod+Tab exec rofi -show window
bindsym $mod+g exec xdotool mousemove 0 1080
bindsym $mod+Shift+g exec xdotool mousemove 960 0
# notifications
bindsym $mod+grave exec --no-startup-id dunstctl history-pop

View file

@ -20,6 +20,7 @@ sudo dnf install \
neovim \
ripgrep \
xclip \
xdotool \
git \
zsh \
mc \