Add X2Go as potential NoMachine replacement
Update hyprland window rules to include x2go
This commit is contained in:
parent
ebd6126051
commit
cd58445ea3
|
@ -222,8 +222,9 @@
|
||||||
"center, org.prismlauncher.PrismLauncher"
|
"center, org.prismlauncher.PrismLauncher"
|
||||||
"size 800 600, org.prismlauncher.PrismLauncher"
|
"size 800 600, org.prismlauncher.PrismLauncher"
|
||||||
|
|
||||||
# Remmina / NoMachine
|
# X2Go / NoMachine
|
||||||
"suppressevent fullscreen maximize, org.remmina.Remmina|Nxplayer.bin"
|
"suppressevent fullscreen maximize, x2goclient|Nxplayer.bin"
|
||||||
|
"float, x2goclient|Nxplayer.bin"
|
||||||
];
|
];
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
# Firefox PIP
|
# Firefox PIP
|
||||||
|
@ -244,11 +245,6 @@
|
||||||
"size 800 600, title:(.*)(Chat),class:steam"
|
"size 800 600, title:(.*)(Chat),class:steam"
|
||||||
"float, title:Steam Settings,class:steam"
|
"float, title:Steam Settings,class:steam"
|
||||||
"size 800 600, title:Steam Settings,class:steam"
|
"size 800 600, title:Steam Settings,class:steam"
|
||||||
|
|
||||||
# Remmina / NoMachine
|
|
||||||
"float, title:Remmina Remote Desktop Client|Remmina Preferences,class:org.remmina.Remmina"
|
|
||||||
"size 800 600, title:Remmina Remote Desktop Client|Remmina Preferences,class:org.remmina.Remmina"
|
|
||||||
"move onscreen 100%-820 60, title:Remmina Remote Desktop Client|Remmina Preferences,class:org.remmina.Remmina"
|
|
||||||
];
|
];
|
||||||
bind = let
|
bind = let
|
||||||
withTerm = {
|
withTerm = {
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
whatsapp-for-linux
|
whatsapp-for-linux
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
nomachine-client
|
nomachine-client
|
||||||
|
x2goclient
|
||||||
];
|
];
|
||||||
security = {
|
security = {
|
||||||
polkit.enable = true;
|
polkit.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue