From d0b369fd74fe9e3a701a03d404ef8c40f97cfc89 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Wed, 10 Sep 2025 09:57:53 +0200 Subject: [PATCH] =?utf8?q?Dodanie=20ustawie=C5=84=20ekran=C3=B3w=20do=20ob?= =?utf8?q?razu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- base.sh | 4 +++- displays.xml | 37 +++++++++++++++++++++++++++++++ icons.screen0.yaml | 54 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 displays.xml create mode 100644 icons.screen0.yaml diff --git a/base.sh b/base.sh index 886ea4a..dddc653 100644 --- a/base.sh +++ b/base.sh @@ -208,7 +208,9 @@ echo "127.0.1.1 l-tc-n50s" >> /etc/hosts; cp -vv ~/l-tc-n50s/immudex-run-thunderbird /usr/local/bin/immudex-run-thunderbird; chmod +x /usr/local/bin/*; -#cp -vv ~/l-tc-n50s/displays.xml /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml; +cp -vv ~/l-tc-n50s/displays.xml /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml; +cp -vv ~/l-tc-n50s/icons.screen0.yaml /etc/skel/.config/xfce4/desktop/icons.screen0.yaml; + #cp -vv ~/l-tc-n50s/pointers.xml /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml mkdir /etc/skel/.config/xfce4/panel/launcher-16; mkdir /etc/skel/.config/xfce4/panel/launcher-17; diff --git a/displays.xml b/displays.xml new file mode 100644 index 0000000..3b84602 --- /dev/null +++ b/displays.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons.screen0.yaml b/icons.screen0.yaml new file mode 100644 index 0000000..0648a97 --- /dev/null +++ b/icons.screen0.yaml @@ -0,0 +1,54 @@ +# +# DO NOT EDIT THIS FILE WHILE XFDESKTOP IS RUNNING +# +configs: +- level: 1 + monitors: + - id: "e68da32d0343094fec06b5e814537df29137c87b" + display_name: "Lenovo Group Limited S24i-30 VTU44989 (DP-1)" + geometry: + x: 1920 + y: 0 + width: 1920 + height: 1080 + icons: {} +- level: 1 + monitors: + - id: "e68da32d0343094fec06b5e814537df29137c87b" + display_name: "Lenovo Group Limited S24i-30 VTU44989 (DP-1)" + geometry: + x: 1920 + y: 0 + width: 1920 + height: 1080 + - id: "63dc2e8cd2f39d76099f2a9494d1c79b1df7b0cc" + display_name: "Iiyama North America PL2790 11306JK100639 (HDMI-2)" + geometry: + x: 0 + y: 0 + width: 1920 + height: 1080 + icons: + "e1bc5d4d-9399-499e-88a2-34215ff0fbb7": + row: 3 + col: 0 + last_seen: 1757490640493090 + "F80A-5C2C": + row: 1 + col: 0 + last_seen: 1757490640486499 + "trash:///": + row: 0 + col: 0 + "F645-3AD6": + row: 4 + col: 0 + last_seen: 1757490640495875 + "044d2420-73f0-451c-a8db-e7de81462b60": + row: 5 + col: 0 + last_seen: 1757490640499452 + "abe77478-8224-442f-a0b0-a02529b2c5d4": + row: 2 + col: 0 + last_seen: 1757490640489584 -- 2.39.5