Endeavouros cinnamon sitzung speichern

Hallo Gemeinde,

seit einer kurzen Zeit nutze ich Endeavouros… und es fühlt sich gut an!

Ich nutze 3 Monitore, sortiere meine Fenster und nach einem reboot darf ich das dann erneut ausführen.

Unter cinnamon gibt es den dconf-editor, dort kann via /org/cinnamon/cinnamon-session/ der auto-save-session aktiviert werden.

Nachdem ich diese Option aktiviert habe und reboote läd er allerdings die letzte Sitzung nicht.

Könnt ihr mir bitte behilflich sein und mich zu einer Lösung navigieren? Danke!

Hallo @anarki,
Es gibt eine Extension in Cinnamon “back-to-monitor”, die aber auch nicht funktioniert und ursprünglich einen anderen Zweck hatte. Je nachdem, wie groß die Schritte sind, die Du/Sie zu gehen bereit bist/sind, sehe ich folgende Möglichkeiten:

install MATE+i3

https://www.youtube.com/watch?v=IYAzUIFonEo
icon Kora:
https://www.mate-look.org/p/1256209
Lesen
Reference für i3
in ~/.configi3/config

 you can get from xrandr command
#workspace $ws1 output VGA-0
#workspace $ws2 output VGA-0
#workspace $ws3 output HDMI-0
#workspacews4 output HDMI-0
#workspace $ws5 output HDMI-0

# bind program to workspace and focus to them on startup:
assign [class="Xfce4-terminal"] $ws1
assign [class="(?i)firefox"] $ws1
assign [class="Thunar"] $ws1
assign [class="thunderbird"] $ws4
assign [class="TelegramDesktop"] $ws5

Install autotiling and uncomment it in config.
the sequence of launching your applications will define how they will be placed. Or use i3-msg lines in a script.

install XFCE+i3

XFCE+i3
oder ein leichter und besser option
by babysteps:
https://blog.maboxlinux.org/windows-tiling-in-mabox/
e.g. in Openbox (Mabox in this case) in config rc.xml a shortcut to move a window to monitor 2
move_to_monitor2

A harder option: dk window manager with a relatively easy syntax in bash scripts. But with dk you lose your cinnamon panel.

1 Like