mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 02:08:35 +02:00
i3: don't use a layout for something that simple
New windows are not created as tabbed but follow the default layout of the workspace. So, set this default and just run firefox from there.
This commit is contained in:
parent
4e06e54f64
commit
28688357a1
2 changed files with 1 additions and 8 deletions
2
config
2
config
|
@ -167,6 +167,6 @@ for_window [class="Spotify"] move to workspace number 3
|
|||
exec_always --no-startup-id exec systemctl --user start --no-block i3-session.target
|
||||
exec --no-startup-id exec i3-msg "\
|
||||
workspace number 1; append_layout ~/.config/i3/ws-emacs.json; exec exec emacs; exec exec $term; exec exec $term; \
|
||||
workspace number 2; append_layout ~/.config/i3/ws-firefox.json; exec exec firefox; \
|
||||
workspace number 2; workspace_layout tabbed; exec exec firefox; \
|
||||
workspace number 3; exec exec $mediaplayer; \
|
||||
workspace number 1"
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"layout": "tabbed",
|
||||
"percent": 1,
|
||||
"nodes": [
|
||||
{"swallows": [{"class": "^Firefox$"}]}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue