From 14e51ee50abdc8054d1fffec0d01b26a28ee881a Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Fri, 20 Sep 2019 21:43:54 -0400 Subject: [PATCH] Set desktop wallpaper --- i3/desktop.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/i3/desktop.conf b/i3/desktop.conf index 83b67bd..0c070ec 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -11,6 +11,8 @@ workspace $ws9 output HDMI-0 workspace $ws10 output HDMI-0 exec --no-startup-id MONITOR=DVI-D-0 polybar aqua +exec --no-startup-id compton +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" @@ -39,8 +41,9 @@ for_window [class="Wine" title="Blizzard Battle.net"] move to workspace $ws4 for_window [class="Lutris"] move to workspace $ws4 # Starting DaVinci Resolve -for_window [class="resolve"] move to workspace $ws1 +for_window [class="resolve"] move to workspace $ws1; gaps inner current set 0; gaps outer current set 0 for_window [class="resolve"] exec --no-startup-id cat ~/.config/g13/resolve.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/resolve.lpbm > /tmp/g13-0 +bindsym $mod+/ gaps inner current set 0; gaps outer current set 0 # Starting Reaper for_window [class="REAPER"] move to workspace $ws3 @@ -67,3 +70,4 @@ 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 +