diff --git a/i3/.config/compton/compton.conf b/i3/.config/compton/compton.conf index 4466c99..a0efe9c 100644 --- a/i3/.config/compton/compton.conf +++ b/i3/.config/compton/compton.conf @@ -1,7 +1,7 @@ # Shadow shadow = false; -inactive-opacity = 0.9; -inactive-dim = 0.0; +inactive-opacity = 0.95; +inactive-dim = 0.2; frame-opacity = 0.7; inactive-opacity-override = true; blur-background = true; diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 1bc299f..45867cc 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -7,7 +7,7 @@ set $mod Mod4 font pango:Go Mono 10 # APP VARIABLES -set $browser qutebrowser --target window +set $browser firefox --new-window set $solobrowser surf set $term alacritty @@ -295,10 +295,12 @@ bindsym $mod+Ctrl+y exec pkill xfreerdp bindsym Print exec --no-startup-id flameshot gui bindsym $mod+F6 exec --no-startup-id $solobrowser https://www.quip.com bindsym F7 exec --no-startup-id $browser https://15five-dev.atlassian.net/secure/Dashboard.jspa -bindsym F8 exec --no-startup-id $browser https://15five.15five.com/report/current/ +bindsym F8 exec --no-startup-id $solobrowser https://15five.15five.com/report/current/ bindsym F9 exec --no-startup-id $browser https://green.five.unbl.ink +bindsym $mod+F9 exec --no-startup-id $browser https://admin.cloud102.15five.com/admin/dj bindsym F10 exec --no-startup-id $browser https://green.five.unbl.ink/admin/dj +bindsym $mod+F10 exec --no-startup-id $browser https://admin.cloud100.15five.com/admin/dj bindsym F11 exec --no-startup-id $solobrowser https://podcasts.unbl.ink/player bindsym F12 exec --no-startup-id $solobrowser https://wx.unbl.ink bindsym $mod+Insert exec --no-startup-id zathura ~/var/documents/15five/strengths.pdf @@ -311,6 +313,8 @@ bindsym $mod+Ctrl+e exec pkill emacs # STARTUP exec --no-startup-id unclutter -grab +#exec --no-startup-id "i3-msg 'workspace 1; append_layout /home/powellc/.i3/workspace-1.json'" +exec --no-startup-id "i3-msg 'workspace 3; append_layout /home/powellc/.i3/workspace-3.json'" # RELOAD #exec_always --no-startup-id picom --config ~/.config/compton/compton.conf diff --git a/i3/.config/i3/workspace-1.json b/i3/.config/i3/workspace-1.json index 1c405eb..03f2c3e 100644 --- a/i3/.config/i3/workspace-1.json +++ b/i3/.config/i3/workspace-1.json @@ -13,9 +13,9 @@ "percent": 0.5, "swallows": [ { - // "class": "^Emacs$", - // "instance": "^emacs$", - // "title": "^db\\.py\\ \\–\\ Doom\\ Emacs$" + "class": "^Emacs$", + "instance": "^emacs$", + "title": "^db\\.py\\ \\–\\ Doom\\ Emacs$" } ], "type": "con" @@ -51,9 +51,9 @@ "percent": 1, "swallows": [ { - // "class": "^Emacs$", - // "instance": "^emacs$", - // "title": "^api\\.http\\ \\–\\ Doom\\ Emacs$" + "class": "^Emacs$", + "instance": "^emacs$", + "title": "^api\\.http\\ \\–\\ Doom\\ Emacs$" } ], "type": "con" @@ -74,9 +74,9 @@ "percent": 0.133333333333333, "swallows": [ { - // "class": "^Alacritty$", - // "instance": "^Alacritty$", - // "title": "^\\~\\/s\\/f\\/fifteen5$" + "class": "^Alacritty$", + "instance": "^Alacritty$", + "title": "^\\~\\/s\\/f\\/fifteen5$" } ], "type": "con" @@ -95,9 +95,9 @@ "percent": 0.333333333333333, "swallows": [ { - // "class": "^Alacritty$", - // "instance": "^Alacritty$", - // "title": "^\\~\\/s\\/f\\/fifteen5$" + "class": "^Alacritty$", + "instance": "^Alacritty$", + "title": "^\\~\\/s\\/f\\/fifteen5$" } ], "type": "con" diff --git a/i3/.config/i3/workspace-3.json b/i3/.config/i3/workspace-3.json new file mode 100644 index 0000000..fb1c0c9 --- /dev/null +++ b/i3/.config/i3/workspace-3.json @@ -0,0 +1,118 @@ +// vim:ts=4:sw=4:et +{ + // splitv split container with 2 children + "border": "normal", + "floating": "auto_off", + "layout": "splitv", + "percent": 0.5, + "type": "con", + "nodes": [ + { + // splitv split container with 1 children + "border": "normal", + "floating": "auto_off", + "layout": "splitv", + "percent": 0.5, + "type": "con", + "nodes": [ + { + // splith split container with 2 children + "border": "normal", + "floating": "auto_off", + "layout": "splith", + "percent": 1, + "type": "con", + "nodes": [ + { + "border": "pixel", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 353, + "width": 684, + "x": 938, + "y": 543 + }, + "name": "Dino", + "percent": 0.5, + "swallows": [ + { + "class": "^Dino$", + "instance": "^dino$", + "title": "^Dino$" + } + ], + "type": "con" + }, + { + "border": "pixel", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 983, + "width": 618, + "x": 1084, + "y": 27 + }, + "name": "Tootle", + "percent": 0.5, + "swallows": [ + { + "class": "^Com\\.github\\.bleakgrey\\.tootle$", + "instance": "^com\\.github\\.bleakgrey\\.tootle$", + "title": "^Tootle$" + } + ], + "type": "con" + } + ] + } + ] + }, + { + "border": "pixel", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 983, + "width": 634, + "x": 813, + "y": 323 + }, + "name": "Fractal", + "percent": 0.5, + "swallows": [ + { + "class": "^Fractal$", + "instance": "^fractal$", + "title": "^Fractal$" + } + ], + "type": "con" + } + ] +} + +{ + "border": "pixel", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 1386, + "width": 2546, + "x": 5, + "y": 47 + }, + "name": "Slack | frontend | 15Five", + "percent": 0.5, + "swallows": [ + { + "class": "^Slack$", + "instance": "^slack$", + "title": "^Slack\\ \\|\\ frontend\\ \\|\\ 15Five$", + "window_role": "^browser\\-window$" + } + ], + "type": "con" +} +