From a9142a723b96035b881570d4cf4b7ed325712272 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 30 May 2021 12:46:48 -0400 Subject: [PATCH] Fixed spinning cursor on background --- i3/desktop.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i3/desktop.conf b/i3/desktop.conf index 822af9f..6e8fd30 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -15,7 +15,7 @@ workspace $ws9 output HDMI-0 workspace $ws10 output HDMI-0 exec --no-startup-id compton & -exec --no-startup-id feh --bg-scale ~/Pictures/desktop/0001.jpg +exec --no-startup-id feh --bg-scale ~/Pictures/desktop/0001.jpg & mode "$g13" { bindsym 1 exec --no-startup-id cat ~/.config/g13/overwatch.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/overwatch.lpbm > /tmp/g13-0; mode "default" @@ -94,7 +94,7 @@ for_window [class="Minecraft*" title="Minecraft*"] move to workspace $wsGames for_window [class="Minecraft*" title="Minecraft*"] exec --no-startup-id cat ~/.config/g13/minecraft.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/minecraft.lpbm > /tmp/g13-0 # The side buttons move the desktop around -bindsym --whole-window button9 exec python3 ~/.config/scripts/i3-mouse.py back -bindsym --whole-window button8 exec python3 ~/.config/scripts/i3-mouse.py forward -bindsym $mod+Tab exec python3 ~/.config/scripts/i3-mouse.py thumb +bindsym --whole-window button9 exec --no-startup-id python3 ~/.config/scripts/i3-mouse.py back +bindsym --whole-window button8 exec --no-startup-id python3 ~/.config/scripts/i3-mouse.py forward +bindsym $mod+Tab exec --no-startup-id python3 ~/.config/scripts/i3-mouse.py thumb