Compare commits
No commits in common. "720a868137234982047f92a520e4a7d77f3bcff1" and "d64c76d4d20d6e5215a25497e99e5beabe6af80e" have entirely different histories.
720a868137
...
d64c76d4d2
|
@ -319,7 +319,7 @@ in with lib; {
|
||||||
systemd.user.services.pypr = {
|
systemd.user.services.pypr = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "pypr";
|
Description = "pypr";
|
||||||
After = [ "tray.target" ];
|
After = [ "graphical-session.target" ];
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
hyprctl dispatch exit
|
session=`loginctl session-status | head -n 1 | awk '{print $1}'`
|
||||||
|
loginctl terminate-session $session
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
#!/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