diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-12 11:15:56 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-12 11:15:56 -0500 |
commit | 431f41fc5dd67c2671dde3db68c708ebe5f0444a (patch) | |
tree | f147098a65a30ece0c421569fae3f351397ec55f | |
parent | 0350b7fd6a8e47294b238a768921283abaf95009 (diff) | |
download | i3-config-431f41fc5dd67c2671dde3db68c708ebe5f0444a.tar.lz i3-config-431f41fc5dd67c2671dde3db68c708ebe5f0444a.tar.xz i3-config-431f41fc5dd67c2671dde3db68c708ebe5f0444a.zip |
[config]: fix office to assigned workspace
-rw-r--r-- | config | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -132,10 +132,16 @@ bindsym $mod+Shift+9 move container to workspace $tag9 bindsym $mod+Shift+0 move container to workspace $tag0 # Assign to programs -assign [class=Xfce4-terminal] $tag1 +assign [class=Xfce4-terminal|Sakura] $tag1 assign [class=Iceweasel|Gajim|qTox|Transmission-gtk] $tag2 assign [class=File-roller|Thunar] $tag3 -assign [class=Emacs|Epdfview|Geany|Gucharmap|libreoffice*|Soffice] $tag4 +assign [class=Emacs|Epdfview|Geany|Gucharmap] $tag4 + +assign [instance="soffice" class="libreoffice"] $tag4 +assign [class="libreoffice"] $tag4 +assign [class="^(?i)libreoffice-*"] $tag4 +assign [class="^(?i)libreoffice.*"] $tag4 + assign [class=Icedove] $tag5 assign [class=Ardour|Audacious|Audacity|Cheese|Ghb|Gimp*|Inkscape|mpv|Mumble|Simplescreenrecorder|Vlc|Xfburn] $tag6 assign [instance=irc] $tag7 |