sway: Hacer que las cosas de comunicación aparezcan en tabs por defecto
This commit is contained in:
parent
4f24f1f540
commit
143bf0d90f
1 changed files with 6 additions and 0 deletions
|
@ -248,6 +248,12 @@ assign [title="https:\/\/[a-z]+.zulipchat.com - "] "8: comms"
|
||||||
assign [app_id="neomutt"] "8: comms"
|
assign [app_id="neomutt"] "8: comms"
|
||||||
assign [app_id="telegram-desktop"] "8: comms"
|
assign [app_id="telegram-desktop"] "8: comms"
|
||||||
|
|
||||||
|
for_window [title="https:\/\/discord.com - "] layout tabbed
|
||||||
|
for_window [title="https:\/\/web.whatsapp.com - "] layout tabbed
|
||||||
|
for_window [title="https:\/\/[a-z]+.zulipchat.com - "] layout tabbed
|
||||||
|
for_window [app_id="neomutt"] layout tabbed
|
||||||
|
for_window [app_id="telegram-desktop"] layout tabbed
|
||||||
|
|
||||||
exec brillo -I
|
exec brillo -I
|
||||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||||
exec pipewire
|
exec pipewire
|
||||||
|
|
Loading…
Reference in a new issue