SWAY: ajout du réassignement de bureaux aux logiciels
This commit is contained in:
parent
47b13b6072
commit
320a00dd29
21
.config/sway/config.d/40-bureaux.conf
Normal file
21
.config/sway/config.d/40-bureaux.conf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Applications qui vont dans un espace de bureau spécifique
|
||||||
|
#
|
||||||
|
# Pour connaître le nom des class/app_id, faire :
|
||||||
|
# `swaymsg -t get_tree|grep -i chromium`, par exemple.
|
||||||
|
|
||||||
|
# Bureau 1 (développement)
|
||||||
|
assign [class="jetbrains-idea|Code"] workspace 1
|
||||||
|
assign [app_id="jetbrains-idea|Code"] workspace 1
|
||||||
|
|
||||||
|
|
||||||
|
# Bureau 2 (navigation web)
|
||||||
|
assign [class="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] workspace 2
|
||||||
|
assign [app_id="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] workspace 2
|
||||||
|
|
||||||
|
# Bureau 3 (Courriel, PHPStorm)
|
||||||
|
assign [class="Thunderbird|Mail|jetbrains-phpstorm"] workspace 3
|
||||||
|
assign [app_id="Thunderbird|Mail|jetbrains-phpstorm"] workspace 3
|
||||||
|
|
||||||
|
# Bureau 4
|
||||||
|
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino"] workspace 4
|
||||||
|
assign [app_id="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino|dino"] workspace 4
|
Loading…
Reference in New Issue
Block a user