Add maneageHook entries for chat tools

Added manageHook entries for desktop chat clients to spawn on
WS3 and put oneshot entries in .xsessionrc.
This commit is contained in:
c47 2024-01-14 15:39:21 +01:00
parent aaef6850ed
commit 120ac74515
2 changed files with 12 additions and 3 deletions

View file

@ -13,9 +13,12 @@ myXmobarrc = "~/.config/xmobar/xmobarrc"
myManageHook = composeAll . concat $
[ [ className =? "DailyFox" --> doShift "1" ]
, [ className =? "DailyShell" --> doShift "2" ]
, [ className =? "Brave-browser" --> doShift "7" ]
[ [ className =? "DailyFox" --> doShift "1" ]
, [ className =? "DailyShell" --> doShift "2" ]
, [ className =? "Signal" --> doShift "3" ]
, [ className =? "SchildiChat" --> doShift "3" ]
, [ className =? "Skype" --> doShift "3" ]
, [ className =? "Brave-browser" --> doShift "7" ]
]

View file

@ -1,2 +1,8 @@
/usr/bin/firefox --class="DailyFox" -P "default-esr" &
/usr/bin/terminator --name="DailyShell" -e "bash /home/c47/.local/scripts/default-tmux.sh -" &
# Chat
/usr/bin/signal-desktop &
/usr/bin/skypeforlinux &
/usr/bin/flatpak run chat.schildi.desktop &
/usr/bin/google-chrome web.whatsapp.com web.telegram.org &