sway: Abrir cosas de comunicación automágicamente y mover apropiadamente
This commit is contained in:
parent
3bd441e1c4
commit
17c4c4086e
1 changed files with 13 additions and 4 deletions
|
@ -112,8 +112,8 @@ input * {
|
||||||
bindsym $mod+5 workspace number 5
|
bindsym $mod+5 workspace number 5
|
||||||
bindsym $mod+6 workspace number 6
|
bindsym $mod+6 workspace number 6
|
||||||
bindsym $mod+7 workspace number 7
|
bindsym $mod+7 workspace number 7
|
||||||
bindsym $mod+8 workspace number 8
|
bindsym $mod+8 workspace "8: comms"
|
||||||
bindsym $mod+9 workspace number 9
|
bindsym $mod+9 workspace "9: música"
|
||||||
bindsym $mod+0 workspace number 10
|
bindsym $mod+0 workspace number 10
|
||||||
# Move focused container to workspace
|
# Move focused container to workspace
|
||||||
bindsym $mod+Shift+1 move container to workspace number 1
|
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+5 move container to workspace number 5
|
||||||
bindsym $mod+Shift+6 move container to workspace number 6
|
bindsym $mod+Shift+6 move container to workspace number 6
|
||||||
bindsym $mod+Shift+7 move container to workspace number 7
|
bindsym $mod+Shift+7 move container to workspace number 7
|
||||||
bindsym $mod+Shift+8 move container to workspace number 8
|
bindsym $mod+Shift+8 move container to workspace "8: comms"
|
||||||
bindsym $mod+Shift+9 move container to workspace number 9
|
bindsym $mod+Shift+9 move container to workspace "9: música"
|
||||||
bindsym $mod+Shift+0 move container to workspace number 10
|
bindsym $mod+Shift+0 move container to workspace number 10
|
||||||
#
|
#
|
||||||
# Layout stuff:
|
# Layout stuff:
|
||||||
|
@ -241,6 +241,12 @@ for_window [title="."] inhibit_idle fullscreen
|
||||||
for_window [title="Firefox — Sharing Indicator"] floating enable
|
for_window [title="Firefox — Sharing Indicator"] floating enable
|
||||||
for_window [app_id="fzf"] 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 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
|
||||||
|
@ -252,3 +258,6 @@ exec kanshi
|
||||||
exec fnott
|
exec fnott
|
||||||
exec "mbsync -a"
|
exec "mbsync -a"
|
||||||
exec "pgrep -x goimapnotify >/dev/null || goimapnotify -wait 1 -conf ~/.config/imapnotify/config.json"
|
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
|
||||||
|
|
Loading…
Reference in a new issue