Basic sway support for framework

This commit is contained in:
Christian Colglazier 2022-08-18 16:38:00 -04:00
parent c62bdae67d
commit b4cf9eccef
2 changed files with 12 additions and 1 deletions

11
i3/framework.conf Normal file
View File

@ -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"

View File

@ -1,6 +1,6 @@
{ {
"layer": "top", "layer": "top",
"output": ["DVI-D-0", "LVDS-1"], "output": ["DVI-D-0", "LVDS-1", "eDP-1"],
"position": "top", "position": "top",
"height": 35, // Waybar height (to be removed for auto height) "height": 35, // Waybar height (to be removed for auto height)
"modules-left": ["sway/workspaces", "sway/mode", "custom/media"], "modules-left": ["sway/workspaces", "sway/mode", "custom/media"],