From 17c4c4086e7ab6ce72118088d3ac3ee8aff3125b Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 22 Jun 2022 19:22:41 -0300 Subject: [PATCH] =?UTF-8?q?sway:=20Abrir=20cosas=20de=20comunicaci=C3=B3n?= =?UTF-8?q?=20autom=C3=A1gicamente=20y=20mover=20apropiadamente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/sway/config | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 74e661c..ccea755 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -112,8 +112,8 @@ input * { bindsym $mod+5 workspace number 5 bindsym $mod+6 workspace number 6 bindsym $mod+7 workspace number 7 - bindsym $mod+8 workspace number 8 - bindsym $mod+9 workspace number 9 + bindsym $mod+8 workspace "8: comms" + bindsym $mod+9 workspace "9: música" bindsym $mod+0 workspace number 10 # Move focused container to workspace bindsym $mod+Shift+1 move container to workspace number 1 @@ -123,8 +123,8 @@ input * { bindsym $mod+Shift+5 move container to workspace number 5 bindsym $mod+Shift+6 move container to workspace number 6 bindsym $mod+Shift+7 move container to workspace number 7 - bindsym $mod+Shift+8 move container to workspace number 8 - bindsym $mod+Shift+9 move container to workspace number 9 + bindsym $mod+Shift+8 move container to workspace "8: comms" + bindsym $mod+Shift+9 move container to workspace "9: música" bindsym $mod+Shift+0 move container to workspace number 10 # # Layout stuff: @@ -241,6 +241,12 @@ for_window [title="."] inhibit_idle fullscreen for_window [title="Firefox — Sharing Indicator"] floating enable for_window [app_id="fzf"] floating enable +assign [title="https:\/\/discord.com - "] "8: comms" +assign [title="https:\/\/web.whatsapp.com - "] "8: comms" +assign [title="https:\/\/[a-z]+.zulipchat.com - "] "8: comms" +assign [app_id="neomutt"] "8: comms" +assign [app_id="telegram-desktop"] "8: comms" + exec brillo -I exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway exec pipewire @@ -252,3 +258,6 @@ exec kanshi exec fnott exec "mbsync -a" exec "pgrep -x goimapnotify >/dev/null || goimapnotify -wait 1 -conf ~/.config/imapnotify/config.json" + +exec "sleep 1; footclient --app-id=neomutt neomutt" +exec telegram-desktop