ソースを参照

i3 workspace assignments

timer
コミット
20c96f40a2
1個のファイルの変更11行の追加1行の削除
  1. +11
    -1
      templates/i3/i3.config.j2

+ 11
- 1
templates/i3/i3.config.j2 ファイルの表示

@@ -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