Startcomms shortcut
This commit is contained in:
parent
13ff4b59ad
commit
720a868137
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
session=`loginctl session-status | head -n 1 | awk '{print $1}'`
|
hyprctl dispatch exit
|
||||||
loginctl terminate-session $session
|
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
export SIGNAL_USE_WAYLAND=1
|
||||||
|
export GDK_BACKEND=wayland
|
||||||
|
|
||||||
|
# messenger first
|
||||||
|
gio launch /etc/profiles/per-user/nathan/share/applications/messenger-chrome.desktop
|
||||||
|
|
||||||
|
# Split messenger with discord
|
||||||
|
hyprctl dispatch focuswindow "^(chrome-messenger.com__-Default)$"
|
||||||
|
gio launch /etc/profiles/per-user/nathan/share/applications/webcord.desktop
|
||||||
|
|
||||||
|
# Split messenger with messages
|
||||||
|
hyprctl dispatch focuswindow "^(chrome-messenger.com__-Default)$"
|
||||||
|
gio launch /etc/profiles/per-user/nathan/share/applications/messages.desktop
|
||||||
|
|
||||||
|
# Split messages with cinny
|
||||||
|
hyprctl dispatch focuswindow "^(chrome-messages.google.com__web-Default)$"
|
||||||
|
gio launch /etc/profiles/per-user/nathan/share/applications/cinny.desktop
|
||||||
|
sleep 1
|
||||||
|
|
||||||
|
# split messenger with signal
|
||||||
|
hyprctl dispatch focuswindow "^(chrome-messenger.com__-Default)$"
|
||||||
|
signal-desktop --enable-features=UseOzonePlatform -ozone-platform=wayland & disown
|
Loading…
Reference in New Issue