From b4cf9eccef5bf6b03f50ef5351e854a7106e552c Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Thu, 18 Aug 2022 16:38:00 -0400 Subject: [PATCH] Basic sway support for framework --- i3/framework.conf | 11 +++++++++++ waybar/config | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 i3/framework.conf 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"],