diff --git a/i3/config b/i3/config index ef249a6..aa51bf3 100644 --- a/i3/config +++ b/i3/config @@ -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 diff --git a/installPackagesFedora.sh b/installPackagesFedora.sh index 6dbdd6a..f14b833 100755 --- a/installPackagesFedora.sh +++ b/installPackagesFedora.sh @@ -20,6 +20,7 @@ sudo dnf install \ neovim \ ripgrep \ xclip \ + xdotool \ git \ zsh \ mc \