diff --git a/i3/config b/i3/config index a2a4873..13fc69a 100644 --- a/i3/config +++ b/i3/config @@ -61,6 +61,7 @@ bindcode $mod+65 exec "rofi -show window" # There also is i3-dmenu-desktop which only displays applications shipping a # .desktop file. It is a wrapper around dmenu, so you need that installed. # bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop +bindsym $win+l exec "i3lock -i ~/Documents/Resources/Backgrounds/51202139522_fbf4788f42_o.png" # change focus bindsym $mod+j focus left @@ -184,3 +185,7 @@ mode "resize" { bindsym $mod+r mode "resize" exec_always --no-startup-id $HOME/.config/polybar/launch.sh + +default_border normal 5px +# This needs a newer verison of i3 then I have on my desktop right now +#gaps inner 5px diff --git a/i3/workspace-1.json b/i3/workspace-1.json new file mode 100644 index 0000000..7f72952 --- /dev/null +++ b/i3/workspace-1.json @@ -0,0 +1,55 @@ +// vim:ts=4:sw=4:et +{ + // splith split container with 3 children + "border": "normal", + "floating": "auto_off", + "layout": "splith", + "marks": [], + "percent": 1, + "type": "con", + "nodes": [ + { + "border": "none", + "current_border_width": 5, + "floating": "user_off", + "marks": [], + "name": "Todoist - Today – Todoist", + "percent": 0.20, + "swallows": [ + { + "instance": "^crx_knaiokfnmjjldlfhlioejgcompgenfhb$" + } + ], + "type": "con" + }, + { + "border": "normal", + "current_border_width": 2, + "floating": "user_off", + "marks": [], + "name": "i3: Layout saving in i3 - Brave", + "percent": 0.60, + "swallows": [ + { + "instance": "^brave\\-browser$" + } + ], + "type": "con" + }, + { + "border": "normal", + "current_border_width": 5, + "floating": "auto_off", + "marks": [], + "name": "bgrolleman@laura: ~", + "percent": 0.20, + "swallows": [ + { + "class": "^kitty$" + } + ], + "type": "con" + } + ] +} +