mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-07-04 02:52:02 +00:00
Basic sway support for framework
This commit is contained in:
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"
|
||||
|
Reference in New Issue
Block a user