mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Basic sway support for framework
This commit is contained in:
parent
c62bdae67d
commit
b4cf9eccef
11
i3/framework.conf
Normal file
11
i3/framework.conf
Normal 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"
|
||||
|
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user