diff --git a/i3/framework.conf b/i3/framework.conf new file mode 100644 index 0000000..5266ad0 --- /dev/null +++ b/i3/framework.conf @@ -0,0 +1,11 @@ +# Display +output eDP-1 scale 1 + +# Start up programs +for_window [class="Firefox"] move to workspace $ws1 +for_window [class="emacs" title="emacs@*"] move to workspace $ws2 +for_window [class="jetbrains-studio"] move to workspace $ws3 + +exec mako +exec --no-startup-id "firefox" + diff --git a/waybar/config b/waybar/config index bf1402c..3ed7261 100644 --- a/waybar/config +++ b/waybar/config @@ -1,6 +1,6 @@ { "layer": "top", - "output": ["DVI-D-0", "LVDS-1"], + "output": ["DVI-D-0", "LVDS-1", "eDP-1"], "position": "top", "height": 35, // Waybar height (to be removed for auto height) "modules-left": ["sway/workspaces", "sway/mode", "custom/media"],