i3: fix cursor state

This commit is contained in:
He4eT 2024-12-26 07:50:10 +01:00
commit 49f9d49a31

View file

@ -56,10 +56,10 @@ bindsym $mod+Tab exec rofi -show window
bindsym Print exec xfce4-screenshooter bindsym Print exec xfce4-screenshooter
bindsym XF86Tools exec xfce4-screenshooter --region --delay 0 bindsym XF86Tools exec xfce4-screenshooter --region --delay 0
bindsym $mod+y exec "pkill gpick; gpick -so | xclip -sel c" bindsym $mod+y exec --no-startup-id "pkill gpick; gpick -so | xclip -sel c"
bindsym $mod+g exec xdotool mousemove 0 1080 bindsym $mod+g exec --no-startup-id xdotool mousemove 0 1080
bindsym $mod+Shift+g exec xdotool mousemove 960 540 bindsym $mod+Shift+g exec --no-startup-id xdotool mousemove 960 540
bindsym $mod+t exec firefox --new-tab --url about:newtab && i3-msg '[urgent=latest] focus' bindsym $mod+t exec firefox --new-tab --url about:newtab && i3-msg '[urgent=latest] focus'
bindsym $mod+Shift+o exec "~/dotfiles/i3/scripts/tabToLastWorkspace.sh" bindsym $mod+Shift+o exec "~/dotfiles/i3/scripts/tabToLastWorkspace.sh"