mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
# 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"
|
|
|