Explorar el Código

i3 workspace assignments

timer
padre
commit
20c96f40a2
Se han modificado 1 ficheros con 11 adiciones y 1 borrados
  1. +11
    -1
      templates/i3/i3.config.j2

+ 11
- 1
templates/i3/i3.config.j2 Ver fichero

@@ -393,7 +393,17 @@ for_window [class="^Paman$"] floating enable
for_window [class="^Blueman"] floating enable
for_window [class="^URxvt$" title="^tmux-workspace$"] border none


### assign apps to workspaces
assign [class="^netzdrive$"] → netzdrive
assign [class="^TelegramDesktop$"] → tg
assign [class="^Signal$"] → signal
assign [class="^Element$"] → matrix
assign [class="^thunderbird$"] → mail
# vncviewer workspaces
{% for workspace in workspaces|dict2items|json_query("[?value.type=='vncviewer'].key") %}
{% set ws = workspaces[workspace] %}
assign [class="^Vncviewer$" title="^{{ws.host}}:"] → {{workspace}}
{% endfor %}

### Autostart