mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
i3: fix cursor state
This commit is contained in:
parent
bfe158f7ef
commit
49f9d49a31
1 changed files with 3 additions and 3 deletions
|
|
@ -56,10 +56,10 @@ bindsym $mod+Tab exec rofi -show window
|
|||
bindsym Print exec xfce4-screenshooter
|
||||
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+Shift+g exec xdotool mousemove 960 540
|
||||
bindsym $mod+g exec --no-startup-id xdotool mousemove 0 1080
|
||||
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+Shift+o exec "~/dotfiles/i3/scripts/tabToLastWorkspace.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue