i3: set 5 as a workspace for reading
This commit is contained in:
@ -46,6 +46,7 @@ set $ws8 "8"
|
||||
set $ws9 "9"
|
||||
set $ws10 "10"
|
||||
|
||||
set $ws_read "5"
|
||||
set $ws_music "6"
|
||||
set $ws_studio "7"
|
||||
set $ws_media "8"
|
||||
@ -337,6 +338,7 @@ for_window [class="Brave-browser" instance="www.evernote.com__client_web"] layou
|
||||
for_window [class="Homebank"] floating enable, resize set 1200 900, move position center
|
||||
for_window [class="Homebank" title="Budget*"] floating enable, resize set 840 750, move position center
|
||||
|
||||
for_window [class="calibre.*"] layout tabbed, resize set 1000 800
|
||||
for_window [title="Edit metadata.*" class="calibre.*"] floating enable, resize set 1000 800
|
||||
|
||||
for_window [title="Alacritty@tmux:tmp"] floating enable, resize set 800 800, move position center
|
||||
@ -381,6 +383,9 @@ assign [title="Alacritty@tmux:default"] $ws_console
|
||||
assign [title="Alacritty@tmux:emacs"] $ws_emacs
|
||||
assign [class="Emacs"] $ws_emacs
|
||||
|
||||
# Book and documents reading
|
||||
assign [class="calibre"] $ws_read
|
||||
assign [class="Zathura"] $ws_read
|
||||
|
||||
# VirtualBox setting
|
||||
assign [class="VirtualBox Machine"] $ws4
|
||||
|
Reference in New Issue
Block a user