--- /dev/null
+# xfcedebian
+
+1. Wymagania:
+ - Instalacja Debiana z XFCE
+
+2. Instalacja:
+ - Logujemy się do środowiska jako root, następnie uruchamiamy terminal:
+ 1. git clone https://github.com/xf0r3m/xfcedebian.git
+ 2. cd xfcedebian
+ 2. chmod +x install.sh
+ 3. ./install.sh (W razie pytań programu pacman, odpowiedzi
+ pozostawiamy domyślnie)
+ 4. useradd -m -s /bin/bash xf0r3m
+ 5. passwd xf0r3m
+ 6. reboot
+
--- /dev/null
+[keyring]
+#a=0x0123456789ABCD
+#b=secret
--- /dev/null
+[greeter]
+background = /home/xf0r3m/Obrazy/mark-korneev-pixelart-snow.jpg
+theme-name = Adwaita-dark
+icon-theme-name = Adwaita
+default-user-image = /home/xf0r3m/Obrazy/avatar.jpg
+
--- /dev/null
+#
+# General configuration
+#
+# start-default-seat = True to always start one seat if none are defined in the configuration
+# greeter-user = User to run greeter as
+# minimum-display-number = Minimum display number to use for X servers
+# minimum-vt = First VT to run displays on
+# lock-memory = True to prevent memory from being paged to disk
+# user-authority-in-system-dir = True if session authority should be in the system location
+# guest-account-script = Script to be run to setup guest account
+# logind-check-graphical = True to on start seats that are marked as graphical by logind
+# log-directory = Directory to log information to
+# run-directory = Directory to put running state in
+# cache-directory = Directory to cache to
+# sessions-directory = Directory to find sessions
+# remote-sessions-directory = Directory to find remote sessions
+# greeters-directory = Directory to find greeters
+# backup-logs = True to move add a .old suffix to old log files when opening new ones
+# dbus-service = True if LightDM provides a D-Bus service to control it
+#
+[LightDM]
+#start-default-seat=true
+#greeter-user=lightdm
+#minimum-display-number=0
+#minimum-vt=7
+#lock-memory=true
+#user-authority-in-system-dir=false
+#guest-account-script=guest-account
+#logind-check-graphical=false
+#log-directory=/var/log/lightdm
+#run-directory=/var/run/lightdm
+#cache-directory=/var/cache/lightdm
+#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
+#remote-sessions-directory=/usr/share/lightdm/remote-sessions
+#greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
+#backup-logs=true
+#dbus-service=true
+
+#
+# Seat configuration
+#
+# Seat configuration is matched against the seat name glob in the section, for example:
+# [Seat:*] matches all seats and is applied first.
+# [Seat:seat0] matches the seat named "seat0".
+# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
+#
+# type = Seat type (local, xremote, unity)
+# pam-service = PAM service to use for login
+# pam-autologin-service = PAM service to use for autologin
+# pam-greeter-service = PAM service to use for greeters
+# xserver-backend = X backend to use (mir)
+# xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
+# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
+# xserver-config = Config file to pass to X server
+# xserver-layout = Layout to pass to X server
+# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
+# xserver-share = True if the X server is shared for both greeter and session
+# xserver-hostname = Hostname of X server (only for type=xremote)
+# xserver-display-number = Display number of X server (only for type=xremote)
+# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
+# xdmcp-port = XDMCP UDP/IP port to communicate on
+# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
+# unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option)
+# unity-compositor-timeout = Number of seconds to wait for compositor to start
+# greeter-session = Session to load for greeter
+# greeter-hide-users = True to hide the user list
+# greeter-allow-guest = True if the greeter should show a guest login option
+# greeter-show-manual-login = True if the greeter should offer a manual login option
+# greeter-show-remote-login = True if the greeter should offer a remote login option
+# user-session = Session to load for users
+# allow-user-switching = True if allowed to switch users
+# allow-guest = True if guest login is allowed
+# guest-session = Session to load for guests (overrides user-session)
+# session-wrapper = Wrapper script to run session with
+# greeter-wrapper = Wrapper script to run greeter with
+# guest-wrapper = Wrapper script to run guest sessions with
+# display-setup-script = Script to run when starting a greeter session (runs as root)
+# display-stopped-script = Script to run after stopping the display server (runs as root)
+# greeter-setup-script = Script to run when starting a greeter (runs as root)
+# session-setup-script = Script to run when starting a user session (runs as root)
+# session-cleanup-script = Script to run when quitting a user session (runs as root)
+# autologin-guest = True to log in as guest by default
+# autologin-user = User to log in with by default (overrides autologin-guest)
+# autologin-user-timeout = Number of seconds to wait before loading default user
+# autologin-session = Session to load for automatic login (overrides user-session)
+# autologin-in-background = True if autologin session should not be immediately activated
+# exit-on-failure = True if the daemon should exit if this seat fails
+#
+[Seat:*]
+#type=local
+#pam-service=lightdm
+#pam-autologin-service=lightdm-autologin
+#pam-greeter-service=lightdm-greeter
+#xserver-backend=
+#xserver-command=X
+#xmir-command=Xmir
+#xserver-config=
+#xserver-layout=
+#xserver-allow-tcp=false
+#xserver-share=true
+#xserver-hostname=
+#xserver-display-number=
+#xdmcp-manager=
+#xdmcp-port=177
+#xdmcp-key=
+#unity-compositor-command=unity-system-compositor
+#unity-compositor-timeout=60
+#greeter-session=example-gtk-gnome
+#greeter-hide-users=false
+#greeter-allow-guest=true
+#greeter-show-manual-login=false
+#greeter-show-remote-login=true
+#user-session=default
+#allow-user-switching=true
+#allow-guest=true
+#guest-session=
+#session-wrapper=lightdm-session
+#greeter-wrapper=
+#guest-wrapper=
+#display-setup-script=
+#display-stopped-script=
+#greeter-setup-script=
+#session-setup-script=
+#session-cleanup-script=
+#autologin-guest=false
+#autologin-user=
+#autologin-user-timeout=0
+#autologin-in-background=false
+#autologin-session=
+#exit-on-failure=false
+
+#
+# XDMCP Server configuration
+#
+# enabled = True if XDMCP connections should be allowed
+# port = UDP/IP port to listen for connections on
+# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
+# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
+# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
+#
+# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively
+# it can be a word and the first 7 characters are used as the key.
+#
+[XDMCPServer]
+#enabled=false
+#port=177
+#listen-address=
+#key=
+#hostname=
+
+#
+# VNC Server configuration
+#
+# enabled = True if VNC connections should be allowed
+# command = Command to run Xvnc server with
+# port = TCP/IP port to listen for connections on
+# listen-address = Host/address to listen for VNC connections (use all addresses if not present)
+# width = Width of display to use
+# height = Height of display to use
+# depth = Color depth of display to use
+#
+[VNCServer]
+#enabled=false
+#command=Xvnc
+#port=5900
+#listen-address=
+#width=1024
+#height=768
+#depth=8
--- /dev/null
+#
+# User accounts configuration
+#
+# NOTE: If you have AccountsService installed on your system, then LightDM will
+# use this instead and these settings will be ignored
+#
+# minimum-uid = Minimum UID required to be shown in greeter
+# hidden-users = Users that are not shown to the user
+# hidden-shells = Shells that indicate a user cannot login
+#
+[UserList]
+minimum-uid=500
+hidden-users=nobody nobody4 noaccess
+hidden-shells=/bin/false /usr/sbin/nologin /sbin/nologin
--- /dev/null
+[Session: Default]
+Client0_ClientId=2e207bd1b-b63e-4541-9987-4c60837e400f
+Client0_Hostname=local/e5270
+Client0_CloneCommand=xfwm4
+Client0_DiscardCommand=rm,-rf,/home/xf0r3m/.cache/sessions/xfwm4-2e207bd1b-b63e-4541-9987-4c60837e400f.state
+Client0_RestartCommand=xfwm4,--display,:0.0,--sm-client-id,2e207bd1b-b63e-4541-9987-4c60837e400f
+Client0_CurrentDirectory=/home/xf0r3m
+Client0_Program=xfwm4
+Client0_UserId=xf0r3m
+Client0_Priority=15
+Client0_RestartStyleHint=2
+Client1_ClientId=2b39c39c7-e3d6-4bdc-b7a4-3407238f643f
+Client1_Hostname=local/e5270
+Client1_CloneCommand=xfsettingsd
+Client1_RestartCommand=xfsettingsd,--display,:0.0,--sm-client-id,2b39c39c7-e3d6-4bdc-b7a4-3407238f643f
+Client1_CurrentDirectory=/home/xf0r3m
+Client1_DesktopFile=/etc/xdg/autostart/xfsettingsd.desktop
+Client1_Program=xfsettingsd
+Client1_UserId=xf0r3m
+Client1_Priority=20
+Client1_RestartStyleHint=2
+Client2_ClientId=2be8f1d2c-d7bf-431b-b840-a9f4d316272e
+Client2_Hostname=local/e5270
+Client2_CloneCommand=xfce4-panel
+Client2_RestartCommand=xfce4-panel,--display,:0.0,--sm-client-id,2be8f1d2c-d7bf-431b-b840-a9f4d316272e
+Client2_CurrentDirectory=/home/xf0r3m
+Client2_Program=xfce4-panel
+Client2_UserId=xf0r3m
+Client2_Priority=25
+Client2_RestartStyleHint=2
+Client3_ClientId=20a1df160-ce96-4c53-b66c-9e8618f6f1b7
+Client3_Hostname=local/e5270
+Client3_CloneCommand=Thunar
+Client3_DiscardCommand=rm,-f,/home/xf0r3m/.cache/sessions/Thunar-20a1df160-ce96-4c53-b66c-9e8618f6f1b7
+Client3_RestartCommand=Thunar,--sm-client-id,20a1df160-ce96-4c53-b66c-9e8618f6f1b7,--daemon
+Client3_Program=Thunar
+Client3_UserId=xf0r3m
+Client3_Priority=30
+Client3_RestartStyleHint=0
+Client4_ClientId=22f84f3fa-013d-4b27-8c63-c439f8eca235
+Client4_Hostname=local/e5270
+Client4_CloneCommand=xfdesktop
+Client4_RestartCommand=xfdesktop,--display,:0.0,--sm-client-id,22f84f3fa-013d-4b27-8c63-c439f8eca235
+Client4_CurrentDirectory=/home/xf0r3m
+Client4_Program=xfdesktop
+Client4_UserId=xf0r3m
+Client4_Priority=35
+Client4_RestartStyleHint=2
+Client5_ClientId=2f5aa003e-7041-4efb-87f8-439b9739bf99
+Client5_Hostname=local/e5270
+Client5_CloneCommand=xfce4-power-manager
+Client5_RestartCommand=xfce4-power-manager,--restart,--sm-client-id,2f5aa003e-7041-4efb-87f8-439b9739bf99
+Client5_CurrentDirectory=/home/xf0r3m
+Client5_DesktopFile=/etc/xdg/autostart/xfce4-power-manager.desktop
+Client5_Program=xfce4-power-manager
+Client5_UserId=xf0r3m
+Client5_Priority=50
+Client5_RestartStyleHint=0
+Count=6
+Screen0_ActiveWorkspace=0
+LastAccess=1660914935
+
--- /dev/null
+[Session: Default]
+Client0_ClientId=2e207bd1b-b63e-4541-9987-4c60837e400f
+Client0_Hostname=local/e5270
+Client0_CloneCommand=xfwm4
+Client0_DiscardCommand=rm,-rf,/home/xf0r3m/.cache/sessions/xfwm4-2e207bd1b-b63e-4541-9987-4c60837e400f.state
+Client0_RestartCommand=xfwm4,--display,:0.0,--sm-client-id,2e207bd1b-b63e-4541-9987-4c60837e400f
+Client0_CurrentDirectory=/home/xf0r3m
+Client0_Program=xfwm4
+Client0_UserId=xf0r3m
+Client0_Priority=15
+Client0_RestartStyleHint=2
+Client1_ClientId=2b39c39c7-e3d6-4bdc-b7a4-3407238f643f
+Client1_Hostname=local/e5270
+Client1_CloneCommand=xfsettingsd
+Client1_RestartCommand=xfsettingsd,--display,:0.0,--sm-client-id,2b39c39c7-e3d6-4bdc-b7a4-3407238f643f
+Client1_CurrentDirectory=/home/xf0r3m
+Client1_DesktopFile=/etc/xdg/autostart/xfsettingsd.desktop
+Client1_Program=xfsettingsd
+Client1_UserId=xf0r3m
+Client1_Priority=20
+Client1_RestartStyleHint=2
+Client2_ClientId=2be8f1d2c-d7bf-431b-b840-a9f4d316272e
+Client2_Hostname=local/e5270
+Client2_CloneCommand=xfce4-panel
+Client2_RestartCommand=xfce4-panel,--display,:0.0,--sm-client-id,2be8f1d2c-d7bf-431b-b840-a9f4d316272e
+Client2_CurrentDirectory=/home/xf0r3m
+Client2_Program=xfce4-panel
+Client2_UserId=xf0r3m
+Client2_Priority=25
+Client2_RestartStyleHint=2
+Client3_ClientId=20a1df160-ce96-4c53-b66c-9e8618f6f1b7
+Client3_Hostname=local/e5270
+Client3_CloneCommand=Thunar
+Client3_DiscardCommand=rm,-f,/home/xf0r3m/.cache/sessions/Thunar-20a1df160-ce96-4c53-b66c-9e8618f6f1b7
+Client3_RestartCommand=Thunar,--sm-client-id,20a1df160-ce96-4c53-b66c-9e8618f6f1b7,--daemon
+Client3_Program=Thunar
+Client3_UserId=xf0r3m
+Client3_Priority=30
+Client3_RestartStyleHint=0
+Client4_ClientId=22f84f3fa-013d-4b27-8c63-c439f8eca235
+Client4_Hostname=local/e5270
+Client4_CloneCommand=xfdesktop
+Client4_RestartCommand=xfdesktop,--display,:0.0,--sm-client-id,22f84f3fa-013d-4b27-8c63-c439f8eca235
+Client4_CurrentDirectory=/home/xf0r3m
+Client4_Program=xfdesktop
+Client4_UserId=xf0r3m
+Client4_Priority=35
+Client4_RestartStyleHint=2
+Client5_ClientId=2f5aa003e-7041-4efb-87f8-439b9739bf99
+Client5_Hostname=local/e5270
+Client5_CloneCommand=xfce4-power-manager
+Client5_RestartCommand=xfce4-power-manager,--restart,--sm-client-id,2f5aa003e-7041-4efb-87f8-439b9739bf99
+Client5_CurrentDirectory=/home/xf0r3m
+Client5_DesktopFile=/etc/xdg/autostart/xfce4-power-manager.desktop
+Client5_Program=xfce4-power-manager
+Client5_UserId=xf0r3m
+Client5_Priority=50
+Client5_RestartStyleHint=0
+Count=6
+Screen0_ActiveWorkspace=0
+LastAccess=1660854879
+
--- /dev/null
+/home/xf0r3m/.config/xfce4/desktop/icons.screen0-3824x1036.rc
\ No newline at end of file
--- /dev/null
+[xfdesktop-version-4.10.3+-rcfile_format]
+4.10.3+=true
+
+[Kosz]
+row=0
+col=0
+
+[/]
+row=1
+col=0
+
+[/home/xf0r3m]
+row=2
+col=0
+
--- /dev/null
+[xfdesktop-version-4.10.3+-rcfile_format]
+4.10.3+=true
+
+[Kosz]
+row=0
+col=0
+
+[/]
+row=1
+col=0
+
+[/home/xf0r3m]
+row=2
+col=0
+
--- /dev/null
+[xfdesktop-version-4.10.3+-rcfile_format]
+4.10.3+=true
+
+[Kosz]
+row=0
+col=0
+
+[/]
+row=1
+col=0
+
+[/home/xf0r3m]
+row=2
+col=0
+
--- /dev/null
+yellow=8
+red=2
+lab_size_visible=true
+progress_bar_visible=true
+hide_button=false
+label=
+label_visible=false
+mnt=/
+
--- /dev/null
+[Desktop Entry]
+Version=1.0
+Name=Xfce Terminal
+Name[pl]=Terminal Xfce
+Comment=Terminal Emulator
+Comment[pl]=Emuluje działanie terminala X
+GenericName=Terminal Emulator
+GenericName[pl]=Emuluje działanie terminala X
+Exec=xfce4-terminal
+Icon=org.xfce.terminal
+Terminal=false
+Type=Application
+Categories=GTK;System;TerminalEmulator;
+StartupNotify=true
+Actions=preferences;
+X-XFCE-Source=file:///usr/share/applications/xfce4-terminal.desktop
+
+[Desktop Action preferences]
+Name=Terminal Preferences
+Name[pl]=Preferencje
+Exec=xfce4-terminal --preferences
--- /dev/null
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch FileManager %u
+Icon=org.xfce.filemanager
+StartupNotify=true
+Terminal=false
+Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+OnlyShowIn=XFCE;
+X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
+X-AppStream-Ignore=True
+Name=File Manager
+Name[pl]=Menedżer plików
+Comment=Browse the file system
+Comment[pl]=Przegląda system plików za pomocą menedżera plików
+X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop
--- /dev/null
+[Desktop Entry]
+Name=Firefox ESR
+Name[pl]=Firefox ESR
+Comment=Browse the World Wide Web
+Comment[pl]=Przeglądanie stron WWW
+GenericName=Web Browser
+GenericName[pl]=Przeglądarka WWW
+X-GNOME-FullName=Firefox ESR Web Browser
+X-GNOME-FullName[pl]=Przeglądarka WWW Firefox ESR
+Exec=/usr/lib/firefox-esr/firefox-esr %u
+Terminal=false
+X-MultipleArgs=false
+Type=Application
+Icon=firefox-esr
+Categories=Network;WebBrowser;
+MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;
+StartupWMClass=Firefox-esr
+StartupNotify=true
+X-XFCE-Source=file:///usr/share/applications/firefox-esr.desktop
--- /dev/null
+[Desktop Entry]
+X-Desktop-File-Install-Version=0.11
+Name=Qmmp
+Comment=Qt-based Multimedia Player
+Comment[pl_PL]=Odtwarzacz multimedialny oparty na Qt
+GenericName=Audio player
+GenericName[pl_PL]=Odtwarzacz audio
+Keywords=player;audio;video;multimedia;
+Exec=qmmp %F
+Icon=qmmp
+Terminal=false
+Type=Application
+Categories=AudioVideo;Player;Audio;Qt;
+MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/flac;audio/opus;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;audio/x-tta;audio/x-wavpack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-s3m;audio/x-stm;audio/x-xm;audio/x-ape;application/x-cue;x-content/audio-cdda;audio/x-ffmpeg-shorten;audio/aac;audio/x-aac;audio/m4a;audio/x-m4a;
+X-KDE-StartupNotify=false
+Actions=Play;Pause;Stop;Previous;Next;
+X-XFCE-Source=file:///usr/share/applications/qmmp.desktop
+
+[Desktop Action Play]
+Name=Play
+Exec=qmmp --no-start --play
+
+[Desktop Action Pause]
+Name=Pause
+Exec=qmmp --no-start --pause
+
+[Desktop Action Stop]
+Name=Stop
+Exec=qmmp --no-start --stop
+
+[Desktop Action Previous]
+Name=Previous
+Exec=qmmp --no-start --previous
+
+[Desktop Action Next]
+Name=Next
+Exec=qmmp --no-start --next
--- /dev/null
+[Desktop Entry]
+Name[pl]=Menedżer maszyn wirtualnych
+Name=Virtual Machine Manager
+Comment[pl]=Zarządzanie maszynami wirtualnymi
+Comment=Manage virtual machines
+Icon=virt-manager
+Exec=virt-manager
+Type=Application
+Terminal=false
+Categories=System;
+X-XFCE-Source=file:///usr/share/applications/virt-manager.desktop
--- /dev/null
+[Desktop Entry]
+Version=1.0
+Name=VLC media player
+GenericName=Media player
+Comment=Read, capture, broadcast your multimedia streams
+Name[pl]=VLC media player
+GenericName[pl]=Odtwarzacz multimedialny
+Comment[pl]=Odczytywanie, przechwytywanie i nadawanie strumieni multimedialnych
+Exec=/usr/bin/vlc --started-from-file %U
+TryExec=/usr/bin/vlc
+Icon=vlc
+Terminal=false
+Type=Application
+Categories=AudioVideo;Player;Recorder;
+MimeType=application/ogg;application/x-ogg;audio/ogg;audio/vorbis;audio/x-vorbis;audio/x-vorbis+ogg;video/ogg;video/x-ogm;video/x-ogm+ogg;video/x-theora+ogg;video/x-theora;audio/x-speex;audio/opus;application/x-flac;audio/flac;audio/x-flac;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;video/x-ms-asf;video/x-ms-asf-plugin;video/x-ms-asx;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;audio/x-pn-windows-acm;video/divx;video/msvideo;video/vnd.divx;video/avi;video/x-avi;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/vnd.rn-realaudio;audio/x-pn-realaudio;audio/x-pn-realaudio-plugin;audio/x-real-audio;audio/x-realaudio;video/vnd.rn-realvideo;audio/mpeg;audio/mpg;audio/mp1;audio/mp2;audio/mp3;audio/x-mp1;audio/x-mp2;audio/x-mp3;audio/x-mpeg;audio/x-mpg;video/mp2t;video/mpeg;video/mpeg-system;video/x-mpeg;video/x-mpeg2;video/x-mpeg-system;application/mpeg4-iod;application/mpeg4-muxcodetable;application/x-extension-m4a;application/x-extension-mp4;audio/aac;audio/m4a;audio/mp4;audio/x-m4a;audio/x-aac;video/mp4;video/mp4v-es;video/x-m4v;application/x-quicktime-media-link;application/x-quicktimeplayer;video/quicktime;application/x-matroska;audio/x-matroska;video/x-matroska;video/webm;audio/webm;audio/3gpp;audio/3gpp2;audio/AMR;audio/AMR-WB;video/3gp;video/3gpp;video/3gpp2;x-scheme-handler/mms;x-scheme-handler/mmsh;x-scheme-handler/rtsp;x-scheme-handler/rtp;x-scheme-handler/rtmp;x-scheme-handler/icy;x-scheme-handler/icyx;application/x-cd-image;x-content/video-vcd;x-content/video-svcd;x-content/video-dvd;x-content/audio-cdda;x-content/audio-player;application/ram;application/xspf+xml;audio/mpegurl;audio/x-mpegurl;audio/scpls;audio/x-scpls;text/google-video-pointer;text/x-google-video-pointer;video/vnd.mpegurl;application/vnd.apple.mpegurl;application/vnd.ms-asf;application/vnd.ms-wpl;application/sdp;audio/dv;video/dv;audio/x-aiff;audio/x-pn-aiff;video/x-anim;video/x-nsv;video/fli;video/flv;video/x-flc;video/x-fli;video/x-flv;audio/wav;audio/x-pn-au;audio/x-pn-wav;audio/x-wav;audio/x-adpcm;audio/ac3;audio/eac3;audio/vnd.dts;audio/vnd.dts.hd;audio/vnd.dolby.heaac.1;audio/vnd.dolby.heaac.2;audio/vnd.dolby.mlp;audio/basic;audio/midi;audio/x-ape;audio/x-gsm;audio/x-musepack;audio/x-tta;audio/x-wavpack;audio/x-shorten;application/x-shockwave-flash;application/x-flash-video;misc/ultravox;image/vnd.rn-realpix;audio/x-it;audio/x-mod;audio/x-s3m;audio/x-xm;application/mxf;
+X-KDE-Protocols=ftp,http,https,mms,rtmp,rtsp,sftp,smb
+Keywords=Player;Capture;DVD;Audio;Video;Server;Broadcast;
+X-XFCE-Source=file:///usr/share/applications/vlc.desktop
--- /dev/null
+[Desktop Entry]
+Name=Mousepad
+Name[pl]=Mousepad
+Comment=Simple Text Editor
+Comment[pl]=Zwykły edytor tekstu
+GenericName=Text Editor
+GenericName[pl]=Edytor tekstu
+Exec=mousepad %F
+Icon=org.xfce.mousepad
+Terminal=false
+StartupNotify=true
+Type=Application
+Categories=Utility;TextEditor;GTK;
+MimeType=text/plain;
+X-XFCE-Source=file:///usr/share/applications/mousepad.desktop
--- /dev/null
+Use_Label=true
+Show_Values=false
+Show_Bars=true
+Colorize_Values=false
+Color_In=rgb(255,79,0)
+Color_Out=rgb(255,229,0)
+Text=Sieć
+Network_Device=enp0s31f6
+Max_In=4096
+Max_Out=4096
+Auto_Max=true
+Update_Interval=250
+Values_As_Bits=false
+
--- /dev/null
+[Main]
+Timeout=500
+Timeout_Seconds=1
+Click_Command=xfce4-taskmanager
+
+[SL_Cpu]
+Enabled=true
+Use_Label=true
+Color=rgb(0,0,192)
+Text=cpu
+
+[SL_Mem]
+Enabled=true
+Use_Label=true
+Color=rgb(0,192,0)
+Text=mem
+
+[SL_Swap]
+Enabled=true
+Use_Label=true
+Color=rgb(240,240,0)
+Text=swap
+
+[SL_Uptime]
+Enabled=true
+
--- /dev/null
+; xfce4-terminal GtkAccelMap rc-file -*- scheme -*-
+; this file is an automated accelerator map dump
+;
+(gtk_accel_path "<Actions>/terminal-window/goto-tab-2" "<Alt>2")
+(gtk_accel_path "<Actions>/terminal-window/goto-tab-6" "<Alt>6")
+; (gtk_accel_path "<Actions>/terminal-window/copy-input" "")
+; (gtk_accel_path "<Actions>/terminal-window/close-other-tabs" "")
+; (gtk_accel_path "<Actions>/terminal-window/move-tab-right" "<Primary><Shift>Page_Down")
+(gtk_accel_path "<Actions>/terminal-window/goto-tab-7" "<Alt>7")
+; (gtk_accel_path "<Actions>/terminal-window/set-title-color" "")
+; (gtk_accel_path "<Actions>/terminal-window/edit-menu" "")
+; (gtk_accel_path "<Actions>/terminal-window/zoom-menu" "")
+(gtk_accel_path "<Actions>/terminal-window/goto-tab-1" "<Alt>1")
+; (gtk_accel_path "<Actions>/terminal-window/fullscreen" "F11")
+; (gtk_accel_path "<Actions>/terminal-window/read-only" "")
+; (gtk_accel_path "<Actions>/terminal-window/preferences" "")
+; (gtk_accel_path "<Actions>/terminal-window/reset-and-clear" "")
+; (gtk_accel_path "<Actions>/terminal-window/about" "")
+(gtk_accel_path "<Actions>/terminal-window/goto-tab-5" "<Alt>5")
+; (gtk_accel_path "<Actions>/terminal-window/close-window" "<Primary><Shift>q")
+; (gtk_accel_path "<Actions>/terminal-window/reset" "")
+; (gtk_accel_path "<Actions>/terminal-window/save-contents" "")
+; (gtk_accel_path "<Actions>/terminal-window/toggle-menubar" "")
+; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c")
+; (gtk_accel_path "<Actions>/terminal-window/copy-html" "")
+; (gtk_accel_path "<Actions>/terminal-window/last-active-tab" "")
+; (gtk_accel_path "<Actions>/terminal-window/show-borders" "")
+; (gtk_accel_path "<Actions>/terminal-window/view-menu" "")
+; (gtk_accel_path "<Actions>/terminal-window/detach-tab" "<Primary><Shift>d")
+; (gtk_accel_path "<Actions>/terminal-window/scroll-on-output" "")
+; (gtk_accel_path "<Actions>/terminal-window/show-toolbar" "")
+; (gtk_accel_path "<Actions>/terminal-window/next-tab" "<Primary>Page_Down")
+; (gtk_accel_path "<Actions>/terminal-window/tabs-menu" "")
+; (gtk_accel_path "<Actions>/terminal-window/search-next" "")
+; (gtk_accel_path "<Actions>/terminal-window/search-prev" "")
+; (gtk_accel_path "<Actions>/terminal-window/undo-close-tab" "")
+; (gtk_accel_path "<Actions>/terminal-window/set-title" "<Primary><Shift>s")
+; (gtk_accel_path "<Actions>/terminal-window/contents" "F1")
+; (gtk_accel_path "<Actions>/terminal-window/zoom-reset" "<Primary>0")
+; (gtk_accel_path "<Actions>/terminal-window/close-tab" "<Primary><Shift>w")
+; (gtk_accel_path "<Actions>/terminal-window/new-tab" "<Primary><Shift>t")
+; (gtk_accel_path "<Actions>/terminal-window/new-window" "<Primary><Shift>n")
+; (gtk_accel_path "<Actions>/terminal-window/terminal-menu" "")
+; (gtk_accel_path "<Actions>/terminal-window/show-menubar" "")
+; (gtk_accel_path "<Actions>/terminal-window/select-all" "<Primary><Shift>a")
+; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v")
+(gtk_accel_path "<Actions>/terminal-window/goto-tab-9" "<Alt>9")
+; (gtk_accel_path "<Actions>/terminal-window/move-tab-left" "<Primary><Shift>Page_Up")
+; (gtk_accel_path "<Actions>/terminal-window/search" "<Primary><Shift>f")
+; (gtk_accel_path "<Actions>/terminal-window/file-menu" "")
+; (gtk_accel_path "<Actions>/terminal-window/prev-tab" "<Primary>Page_Up")
+; (gtk_accel_path "<Actions>/terminal-window/paste-selection" "")
+; (gtk_accel_path "<Actions>/terminal-window/zoom-in" "<Primary>plus")
+; (gtk_accel_path "<Actions>/terminal-window/zoom-out" "<Primary>minus")
+(gtk_accel_path "<Actions>/terminal-window/goto-tab-8" "<Alt>8")
+; (gtk_accel_path "<Actions>/terminal-window/help-menu" "")
+(gtk_accel_path "<Actions>/terminal-window/goto-tab-4" "<Alt>4")
+(gtk_accel_path "<Actions>/terminal-window/goto-tab-3" "<Alt>3")
--- /dev/null
+[Configuration]
+MiscAlwaysShowTabs=FALSE
+MiscBell=FALSE
+MiscBellUrgent=FALSE
+MiscBordersDefault=TRUE
+MiscCursorBlinks=FALSE
+MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
+MiscDefaultGeometry=80x24
+MiscInheritGeometry=FALSE
+MiscMenubarDefault=TRUE
+MiscMouseAutohide=FALSE
+MiscMouseWheelZoom=TRUE
+MiscToolbarDefault=FALSE
+MiscConfirmClose=TRUE
+MiscCycleTabs=TRUE
+MiscTabCloseButtons=TRUE
+MiscTabCloseMiddleClick=TRUE
+MiscTabPosition=GTK_POS_TOP
+MiscHighlightUrls=TRUE
+MiscMiddleClickOpensUri=FALSE
+MiscCopyOnSelect=FALSE
+MiscShowRelaunchDialog=TRUE
+MiscRewrapOnResize=TRUE
+MiscUseShiftArrowsToScroll=FALSE
+MiscSlimTabs=FALSE
+MiscNewTabAdjacent=FALSE
+MiscSearchDialogOpacity=100
+MiscShowUnsafePasteDialog=TRUE
+ShortcutsNoMenukey=TRUE
+
--- /dev/null
+app=/usr/lib/firefox-esr/firefox-esr
+last_user=
+screenshot_dir=file:/home/xf0r3m/Pobrane
+action=1
+delay=0
+region=1
+show_mouse=0
+
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="displays" version="1.0">
+ <property name="ActiveProfile" type="string" value="Default"/>
+ <property name="Default" type="empty">
+ <property name="eDP-1" type="string" value="Laptop">
+ <property name="Active" type="bool" value="true"/>
+ <property name="EDID" type="string" value="5343d405190276b633aa40643bd5e4d49a184837"/>
+ <property name="Resolution" type="string" value="1920x1080"/>
+ <property name="RefreshRate" type="double" value="60.049471"/>
+ <property name="Rotation" type="int" value="0"/>
+ <property name="Reflection" type="string" value="0"/>
+ <property name="Primary" type="bool" value="true"/>
+ <property name="Scale" type="empty">
+ <property name="X" type="double" value="1.000000"/>
+ <property name="Y" type="double" value="1.000000"/>
+ </property>
+ <property name="Position" type="empty">
+ <property name="X" type="int" value="1920"/>
+ <property name="Y" type="int" value="0"/>
+ </property>
+ </property>
+ <property name="DP-1-1" type="string" value="AOC International 27"">
+ <property name="Active" type="bool" value="true"/>
+ <property name="EDID" type="string" value="cdac4cce869ba0ce128134f2ae303d7eae5d8ed9"/>
+ <property name="Resolution" type="string" value="1920x1080"/>
+ <property name="RefreshRate" type="double" value="60.000000"/>
+ <property name="Rotation" type="int" value="0"/>
+ <property name="Reflection" type="string" value="0"/>
+ <property name="Primary" type="bool" value="false"/>
+ <property name="Scale" type="empty">
+ <property name="X" type="double" value="1.000000"/>
+ <property name="Y" type="double" value="1.000000"/>
+ </property>
+ <property name="Position" type="empty">
+ <property name="X" type="int" value="0"/>
+ <property name="Y" type="int" value="0"/>
+ </property>
+ </property>
+ </property>
+ <property name="Fallback" type="empty">
+ <property name="eDP-1" type="string" value="Laptop">
+ <property name="Active" type="bool" value="true"/>
+ <property name="EDID" type="string" value="5343d405190276b633aa40643bd5e4d49a184837"/>
+ <property name="Resolution" type="string" value="1920x1080"/>
+ <property name="RefreshRate" type="double" value="60.049471"/>
+ <property name="Rotation" type="int" value="0"/>
+ <property name="Reflection" type="string" value="0"/>
+ <property name="Primary" type="bool" value="true"/>
+ <property name="Scale" type="empty">
+ <property name="X" type="double" value="1.000000"/>
+ <property name="Y" type="double" value="1.000000"/>
+ </property>
+ <property name="Position" type="empty">
+ <property name="X" type="int" value="1920"/>
+ <property name="Y" type="int" value="0"/>
+ </property>
+ </property>
+ <property name="DP-1-1" type="string" value="AOC International 27"">
+ <property name="Active" type="bool" value="true"/>
+ <property name="EDID" type="string" value="cdac4cce869ba0ce128134f2ae303d7eae5d8ed9"/>
+ <property name="Resolution" type="string" value="1920x1080"/>
+ <property name="RefreshRate" type="double" value="60.000000"/>
+ <property name="Rotation" type="int" value="0"/>
+ <property name="Reflection" type="string" value="0"/>
+ <property name="Primary" type="bool" value="false"/>
+ <property name="Scale" type="empty">
+ <property name="X" type="double" value="1.000000"/>
+ <property name="Y" type="double" value="1.000000"/>
+ </property>
+ <property name="Position" type="empty">
+ <property name="X" type="int" value="0"/>
+ <property name="Y" type="int" value="0"/>
+ </property>
+ </property>
+ </property>
+</channel>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="keyboards" version="1.0">
+ <property name="Default" type="empty">
+ <property name="Numlock" type="bool" value="false"/>
+ </property>
+</channel>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="ristretto" version="1.0">
+ <property name="window" type="empty">
+ <property name="navigationbar" type="empty">
+ <property name="position" type="string" value="left"/>
+ </property>
+ </property>
+</channel>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="thunar" version="1.0">
+ <property name="last-view" type="string" value="ThunarIconView"/>
+ <property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
+ <property name="last-separator-position" type="int" value="170"/>
+</channel>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-desktop" version="1.0">
+ <property name="backdrop" type="empty">
+ <property name="screen0" type="empty">
+ <property name="monitor0" type="empty">
+ <property name="brightness" type="empty"/>
+ <property name="color1" type="empty"/>
+ <property name="color2" type="empty"/>
+ <property name="color-style" type="empty"/>
+ <property name="image-path" type="empty"/>
+ <property name="image-show" type="empty"/>
+ <property name="last-image" type="empty"/>
+ <property name="last-single-image" type="empty"/>
+ </property>
+ <property name="monitor1" type="empty">
+ <property name="brightness" type="empty"/>
+ <property name="color1" type="empty"/>
+ <property name="color2" type="empty"/>
+ <property name="color-style" type="empty"/>
+ <property name="image-path" type="empty"/>
+ <property name="image-show" type="empty"/>
+ <property name="last-image" type="empty"/>
+ <property name="last-single-image" type="empty"/>
+ </property>
+ <property name="monitoreDP-1" type="empty">
+ <property name="workspace0" type="empty">
+ <property name="color-style" type="int" value="1"/>
+ <property name="image-style" type="int" value="5"/>
+ <property name="last-image" type="string" value="/home/xf0r3m/Obrazy/Volna4k-Edit.png"/>
+ <property name="backdrop-cycle-enable" type="bool" value="false"/>
+ <property name="backdrop-cycle-random-order" type="bool" value="true"/>
+ </property>
+ <property name="workspace1" type="empty">
+ <property name="color-style" type="int" value="1"/>
+ <property name="image-style" type="int" value="5"/>
+ <property name="last-image" type="string" value="/usr/share/images/desktop-base/default"/>
+ </property>
+ <property name="workspace2" type="empty">
+ <property name="color-style" type="int" value="1"/>
+ <property name="image-style" type="int" value="5"/>
+ <property name="last-image" type="string" value="/usr/share/images/desktop-base/default"/>
+ </property>
+ <property name="workspace3" type="empty">
+ <property name="color-style" type="int" value="1"/>
+ <property name="image-style" type="int" value="5"/>
+ <property name="last-image" type="string" value="/usr/share/images/desktop-base/default"/>
+ </property>
+ </property>
+ <property name="last" type="empty">
+ <property name="window-width" type="int" value="710"/>
+ <property name="window-height" type="int" value="558"/>
+ </property>
+</channel>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-keyboard-shortcuts" version="1.0">
+ <property name="commands" type="empty">
+ <property name="default" type="empty">
+ <property name="<Alt>F1" type="empty"/>
+ <property name="<Alt>F2" type="empty">
+ <property name="startup-notify" type="empty"/>
+ </property>
+ <property name="<Alt>F3" type="empty">
+ <property name="startup-notify" type="empty"/>
+ </property>
+ <property name="<Primary><Alt>Delete" type="empty"/>
+ <property name="<Primary><Alt>l" type="empty"/>
+ <property name="<Primary><Alt>t" type="empty"/>
+ <property name="XF86Display" type="empty"/>
+ <property name="<Super>p" type="empty"/>
+ <property name="<Primary>Escape" type="empty"/>
+ <property name="XF86WWW" type="empty"/>
+ <property name="HomePage" type="empty"/>
+ <property name="XF86Mail" type="empty"/>
+ <property name="Print" type="empty"/>
+ <property name="<Alt>Print" type="empty"/>
+ <property name="<Shift>Print" type="empty"/>
+ <property name="<Super>e" type="empty"/>
+ <property name="<Primary><Alt>f" type="empty"/>
+ <property name="<Primary><Alt>Escape" type="empty"/>
+ <property name="<Primary><Shift>Escape" type="empty"/>
+ <property name="<Super>r" type="empty">
+ <property name="startup-notify" type="empty"/>
+ </property>
+ </property>
+ <property name="custom" type="empty">
+ <property name="<Alt>F2" type="string" value="xfce4-appfinder --collapsed">
+ <property name="startup-notify" type="bool" value="true"/>
+ </property>
+ <property name="<Alt>Print" type="string" value="xfce4-screenshooter -w"/>
+ <property name="<Super>r" type="string" value="xfce4-appfinder -c">
+ <property name="startup-notify" type="bool" value="true"/>
+ </property>
+ <property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>
+ <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
+ <property name="<Alt>F3" type="string" value="xfce4-appfinder">
+ <property name="startup-notify" type="bool" value="true"/>
+ </property>
+ <property name="Print" type="string" value="xfce4-screenshooter"/>
+ <property name="<Primary>Escape" type="string" value="xfdesktop --menu"/>
+ <property name="<Shift>Print" type="string" value="xfce4-screenshooter -r"/>
+ <property name="<Primary><Alt>Delete" type="string" value="xfce4-session-logout"/>
+ <property name="<Primary><Alt>t" type="string" value="exo-open --launch TerminalEmulator"/>
+ <property name="<Primary><Alt>f" type="string" value="thunar"/>
+ <property name="<Primary><Alt>l" type="string" value="xflock4"/>
+ <property name="<Alt>F1" type="string" value="xfce4-popup-applicationsmenu"/>
+ <property name="<Super>p" type="string" value="xfce4-display-settings --minimal"/>
+ <property name="<Primary><Shift>Escape" type="string" value="xfce4-taskmanager"/>
+ <property name="<Super>e" type="string" value="thunar"/>
+ <property name="<Primary><Alt>Escape" type="string" value="xkill"/>
+ <property name="HomePage" type="string" value="exo-open --launch WebBrowser"/>
+ <property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
+ <property name="override" type="bool" value="true"/>
+ </property>
+ </property>
+ <property name="xfwm4" type="empty">
+ <property name="default" type="empty">
+ <property name="<Alt>Insert" type="empty"/>
+ <property name="Escape" type="empty"/>
+ <property name="Left" type="empty"/>
+ <property name="Right" type="empty"/>
+ <property name="Up" type="empty"/>
+ <property name="Down" type="empty"/>
+ <property name="<Alt>Tab" type="empty"/>
+ <property name="<Alt><Shift>Tab" type="empty"/>
+ <property name="<Alt>Delete" type="empty"/>
+ <property name="<Primary><Alt>Down" type="empty"/>
+ <property name="<Primary><Alt>Left" type="empty"/>
+ <property name="<Shift><Alt>Page_Down" type="empty"/>
+ <property name="<Alt>F4" type="empty"/>
+ <property name="<Alt>F6" type="empty"/>
+ <property name="<Alt>F7" type="empty"/>
+ <property name="<Alt>F8" type="empty"/>
+ <property name="<Alt>F9" type="empty"/>
+ <property name="<Alt>F10" type="empty"/>
+ <property name="<Alt>F11" type="empty"/>
+ <property name="<Alt>F12" type="empty"/>
+ <property name="<Primary><Shift><Alt>Left" type="empty"/>
+ <property name="<Primary><Alt>End" type="empty"/>
+ <property name="<Primary><Alt>Home" type="empty"/>
+ <property name="<Primary><Shift><Alt>Right" type="empty"/>
+ <property name="<Primary><Shift><Alt>Up" type="empty"/>
+ <property name="<Primary><Alt>KP_1" type="empty"/>
+ <property name="<Primary><Alt>KP_2" type="empty"/>
+ <property name="<Primary><Alt>KP_3" type="empty"/>
+ <property name="<Primary><Alt>KP_4" type="empty"/>
+ <property name="<Primary><Alt>KP_5" type="empty"/>
+ <property name="<Primary><Alt>KP_6" type="empty"/>
+ <property name="<Primary><Alt>KP_7" type="empty"/>
+ <property name="<Primary><Alt>KP_8" type="empty"/>
+ <property name="<Primary><Alt>KP_9" type="empty"/>
+ <property name="<Alt>space" type="empty"/>
+ <property name="<Shift><Alt>Page_Up" type="empty"/>
+ <property name="<Primary><Alt>Right" type="empty"/>
+ <property name="<Primary><Alt>d" type="empty"/>
+ <property name="<Primary><Alt>Up" type="empty"/>
+ <property name="<Super>Tab" type="empty"/>
+ <property name="<Primary>F1" type="empty"/>
+ <property name="<Primary>F2" type="empty"/>
+ <property name="<Primary>F3" type="empty"/>
+ <property name="<Primary>F4" type="empty"/>
+ <property name="<Primary>F5" type="empty"/>
+ <property name="<Primary>F6" type="empty"/>
+ <property name="<Primary>F7" type="empty"/>
+ <property name="<Primary>F8" type="empty"/>
+ <property name="<Primary>F9" type="empty"/>
+ <property name="<Primary>F10" type="empty"/>
+ <property name="<Primary>F11" type="empty"/>
+ <property name="<Primary>F12" type="empty"/>
+ <property name="<Super>KP_Left" type="empty"/>
+ <property name="<Super>KP_Right" type="empty"/>
+ <property name="<Super>KP_Up" type="empty"/>
+ <property name="<Super>KP_Down" type="empty"/>
+ <property name="<Super>KP_Page_Up" type="empty"/>
+ <property name="<Super>KP_Home" type="empty"/>
+ <property name="<Super>KP_End" type="empty"/>
+ <property name="<Super>KP_Next" type="empty"/>
+ </property>
+ <property name="custom" type="empty">
+ <property name="<Primary>F12" type="string" value="workspace_12_key"/>
+ <property name="<Super>KP_Down" type="string" value="tile_up_key"/>
+ <property name="<Alt>F4" type="string" value="close_window_key"/>
+ <property name="<Primary><Alt>KP_3" type="string" value="move_window_workspace_3_key"/>
+ <property name="<Primary>F2" type="string" value="workspace_2_key"/>
+ <property name="<Primary>F6" type="string" value="workspace_6_key"/>
+ <property name="<Primary><Alt>Down" type="string" value="down_workspace_key"/>
+ <property name="<Primary><Alt>KP_9" type="string" value="move_window_workspace_9_key"/>
+ <property name="<Super>KP_Up" type="string" value="tile_down_key"/>
+ <property name="<Primary><Alt>End" type="string" value="move_window_next_workspace_key"/>
+ <property name="<Primary>F8" type="string" value="workspace_8_key"/>
+ <property name="<Primary><Shift><Alt>Left" type="string" value="move_window_left_key"/>
+ <property name="<Super>KP_Right" type="string" value="tile_right_key"/>
+ <property name="<Primary><Alt>KP_4" type="string" value="move_window_workspace_4_key"/>
+ <property name="Right" type="string" value="right_key"/>
+ <property name="Down" type="string" value="down_key"/>
+ <property name="<Primary>F3" type="string" value="workspace_3_key"/>
+ <property name="<Shift><Alt>Page_Down" type="string" value="lower_window_key"/>
+ <property name="<Primary>F9" type="string" value="workspace_9_key"/>
+ <property name="<Alt>Tab" type="string" value="cycle_windows_key"/>
+ <property name="<Primary><Shift><Alt>Right" type="string" value="move_window_right_key"/>
+ <property name="<Primary><Alt>Right" type="string" value="right_workspace_key"/>
+ <property name="<Alt>F6" type="string" value="stick_window_key"/>
+ <property name="<Primary><Alt>KP_5" type="string" value="move_window_workspace_5_key"/>
+ <property name="<Primary>F11" type="string" value="workspace_11_key"/>
+ <property name="<Alt>F10" type="string" value="maximize_window_key"/>
+ <property name="<Alt>Delete" type="string" value="del_workspace_key"/>
+ <property name="<Super>Tab" type="string" value="switch_window_key"/>
+ <property name="<Primary><Alt>d" type="string" value="show_desktop_key"/>
+ <property name="<Primary>F4" type="string" value="workspace_4_key"/>
+ <property name="<Super>KP_Page_Up" type="string" value="tile_up_right_key"/>
+ <property name="<Alt>F7" type="string" value="move_window_key"/>
+ <property name="Up" type="string" value="up_key"/>
+ <property name="<Primary><Alt>KP_6" type="string" value="move_window_workspace_6_key"/>
+ <property name="<Alt>F11" type="string" value="fullscreen_key"/>
+ <property name="<Alt>space" type="string" value="popup_menu_key"/>
+ <property name="<Super>KP_Home" type="string" value="tile_up_left_key"/>
+ <property name="Escape" type="string" value="cancel_key"/>
+ <property name="<Primary><Alt>KP_1" type="string" value="move_window_workspace_1_key"/>
+ <property name="<Super>KP_Next" type="string" value="tile_down_right_key"/>
+ <property name="<Super>KP_Left" type="string" value="tile_left_key"/>
+ <property name="<Shift><Alt>Page_Up" type="string" value="raise_window_key"/>
+ <property name="<Primary><Alt>Home" type="string" value="move_window_prev_workspace_key"/>
+ <property name="<Alt><Shift>Tab" type="string" value="cycle_reverse_windows_key"/>
+ <property name="<Primary><Alt>Left" type="string" value="left_workspace_key"/>
+ <property name="<Alt>F12" type="string" value="above_key"/>
+ <property name="<Primary><Shift><Alt>Up" type="string" value="move_window_up_key"/>
+ <property name="<Primary>F5" type="string" value="workspace_5_key"/>
+ <property name="<Alt>F8" type="string" value="resize_window_key"/>
+ <property name="<Primary><Alt>KP_7" type="string" value="move_window_workspace_7_key"/>
+ <property name="<Primary><Alt>KP_2" type="string" value="move_window_workspace_2_key"/>
+ <property name="<Super>KP_End" type="string" value="tile_down_left_key"/>
+ <property name="<Primary><Alt>Up" type="string" value="up_workspace_key"/>
+ <property name="<Alt>F9" type="string" value="hide_window_key"/>
+ <property name="<Primary>F7" type="string" value="workspace_7_key"/>
+ <property name="<Primary>F10" type="string" value="workspace_10_key"/>
+ <property name="Left" type="string" value="left_key"/>
+ <property name="<Primary><Alt>KP_8" type="string" value="move_window_workspace_8_key"/>
+ <property name="<Alt>Insert" type="string" value="add_workspace_key"/>
+ <property name="<Primary>F1" type="string" value="workspace_1_key"/>
+ <property name="override" type="bool" value="true"/>
+ </property>
+ </property>
+ <property name="providers" type="array">
+ <value type="string" value="xfwm4"/>
+ <value type="string" value="commands"/>
+ </property>
+</channel>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-notifyd" version="1.0">
+ <property name="applications" type="empty">
+ <property name="known_applications" type="array">
+ <value type="string" value="nm-applet"/>
+ <value type="string" value="Xfce volume control"/>
+ <value type="string" value="xfce4-sensors-plugin"/>
+ <value type="string" value="xfce4-settings-helper"/>
+ </property>
+ </property>
+</channel>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-panel" version="1.0">
+ <property name="configver" type="int" value="2"/>
+ <property name="panels" type="array">
+ <value type="int" value="1"/>
+ <value type="int" value="2"/>
+ <property name="dark-mode" type="bool" value="true"/>
+ <property name="panel-1" type="empty">
+ <property name="position" type="string" value="p=8;x=960;y=1066"/>
+ <property name="length" type="uint" value="100"/>
+ <property name="position-locked" type="bool" value="true"/>
+ <property name="icon-size" type="uint" value="16"/>
+ <property name="size" type="uint" value="26"/>
+ <property name="plugin-ids" type="array">
+ <value type="int" value="2"/>
+ <value type="int" value="3"/>
+ <value type="int" value="4"/>
+ <value type="int" value="5"/>
+ <value type="int" value="11"/>
+ <value type="int" value="13"/>
+ </property>
+ <property name="span-monitors" type="bool" value="true"/>
+ </property>
+ <property name="panel-2" type="empty">
+ <property name="autohide-behavior" type="uint" value="1"/>
+ <property name="position" type="string" value="p=11;x=903;y=28"/>
+ <property name="position-locked" type="bool" value="true"/>
+ <property name="size" type="uint" value="48"/>
+ <property name="plugin-ids" type="array">
+ <value type="int" value="23"/>
+ <value type="int" value="16"/>
+ <value type="int" value="17"/>
+ <value type="int" value="18"/>
+ <value type="int" value="19"/>
+ <value type="int" value="20"/>
+ <value type="int" value="30"/>
+ <value type="int" value="31"/>
+ <value type="int" value="32"/>
+ <value type="int" value="21"/>
+ <value type="int" value="25"/>
+ <value type="int" value="26"/>
+ <value type="int" value="27"/>
+ <value type="int" value="24"/>
+ <value type="int" value="22"/>
+ <value type="int" value="1"/>
+ <value type="int" value="6"/>
+ <value type="int" value="8"/>
+ <value type="int" value="9"/>
+ <value type="int" value="10"/>
+ <value type="int" value="12"/>
+ <value type="int" value="7"/>
+ <value type="int" value="15"/>
+ <value type="int" value="14"/>
+ </property>
+ <property name="span-monitors" type="bool" value="false"/>
+ </property>
+ </property>
+ <property name="plugins" type="empty">
+ <property name="plugin-2" type="string" value="tasklist">
+ <property name="grouping" type="uint" value="0"/>
+ </property>
+ <property name="plugin-3" type="string" value="separator">
+ <property name="expand" type="bool" value="true"/>
+ <property name="style" type="uint" value="0"/>
+ </property>
+ <property name="plugin-4" type="string" value="pager"/>
+ <property name="plugin-5" type="string" value="separator">
+ <property name="style" type="uint" value="0"/>
+ </property>
+ <property name="plugin-11" type="string" value="separator">
+ <property name="style" type="uint" value="0"/>
+ </property>
+ <property name="plugin-13" type="string" value="separator">
+ <property name="style" type="uint" value="0"/>
+ </property>
+ <property name="plugin-15" type="string" value="showdesktop"/>
+ <property name="plugin-16" type="string" value="separator"/>
+ <property name="plugin-17" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="166081777910.desktop"/>
+ </property>
+ </property>
+ <property name="plugin-18" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="16608164222.desktop"/>
+ </property>
+ </property>
+ <property name="plugin-19" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="16608166085.desktop"/>
+ </property>
+ </property>
+ <property name="plugin-20" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="16609267132.desktop"/>
+ </property>
+ </property>
+ <property name="plugin-21" type="string" value="separator"/>
+ <property name="plugin-22" type="string" value="directorymenu">
+ <property name="base-directory" type="string" value="/home/xf0r3m"/>
+ </property>
+ <property name="plugin-7" type="string" value="separator"/>
+ <property name="plugin-23" type="string" value="applicationsmenu">
+ <property name="show-button-title" type="bool" value="false"/>
+ <property name="button-icon" type="string" value="debian-logo"/>
+ </property>
+ <property name="plugin-24" type="string" value="separator"/>
+ <property name="plugin-25" type="string" value="systemload"/>
+ <property name="plugin-26" type="string" value="netload"/>
+ <property name="plugin-27" type="string" value="fsguard"/>
+ <property name="plugin-30" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="16608177187.desktop"/>
+ </property>
+ </property>
+ <property name="plugin-31" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="16608177268.desktop"/>
+ </property>
+ </property>
+ <property name="plugin-32" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="16608177609.desktop"/>
+ </property>
+ </property>
+ <property name="plugin-1" type="string" value="separator"/>
+ <property name="plugin-6" type="string" value="systray">
+ <property name="known-legacy-items" type="array">
+ <value type="string" value="aplet networkmanager"/>
+ </property>
+ <property name="icon-size" type="int" value="45"/>
+ <property name="known-items" type="array">
+ <value type="string" value="vlc"/>
+ </property>
+ </property>
+ <property name="plugin-8" type="string" value="pulseaudio">
+ <property name="enable-keyboard-shortcuts" type="bool" value="true"/>
+ <property name="mpris-players" type="string" value="firefox.instance1308;firefox.instance5436;vlc"/>
+ </property>
+ <property name="plugin-9" type="string" value="notification-plugin"/>
+ <property name="plugin-10" type="string" value="power-manager-plugin"/>
+ <property name="plugin-12" type="string" value="clock"/>
+ <property name="plugin-14" type="string" value="actions">
+ <property name="appearance" type="uint" value="0"/>
+ </property>
+ </property>
+</channel>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-power-manager" version="1.0">
+ <property name="xfce4-power-manager" type="empty">
+ <property name="power-button-action" type="empty"/>
+ <property name="brightness-switch-restore-on-exit" type="int" value="1"/>
+ <property name="brightness-switch" type="int" value="0"/>
+ <property name="show-tray-icon" type="bool" value="false"/>
+ </property>
+</channel>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-session" version="1.0">
+ <property name="splash" type="empty">
+ <property name="Engine" type="empty"/>
+ <property name="engines" type="empty">
+ <property name="simple" type="empty">
+ <property name="Font" type="empty"/>
+ <property name="BgColor" type="empty"/>
+ <property name="FgColor" type="empty"/>
+ <property name="Image" type="empty"/>
+ </property>
+ </property>
+ </property>
+ <property name="general" type="empty">
+ <property name="FailsafeSessionName" type="empty"/>
+ <property name="LockCommand" type="empty"/>
+ <property name="SessionName" type="string" value="Default"/>
+ <property name="SaveOnExit" type="bool" value="true"/>
+ </property>
+ <property name="sessions" type="empty">
+ <property name="Failsafe" type="empty">
+ <property name="IsFailsafe" type="empty"/>
+ <property name="Count" type="empty"/>
+ <property name="Client0_Command" type="empty"/>
+ <property name="Client0_Priority" type="empty"/>
+ <property name="Client0_PerScreen" type="empty"/>
+ <property name="Client1_Command" type="empty"/>
+ <property name="Client1_Priority" type="empty"/>
+ <property name="Client1_PerScreen" type="empty"/>
+ <property name="Client2_Command" type="empty"/>
+ <property name="Client2_Priority" type="empty"/>
+ <property name="Client2_PerScreen" type="empty"/>
+ <property name="Client3_Command" type="empty"/>
+ <property name="Client3_Priority" type="empty"/>
+ <property name="Client3_PerScreen" type="empty"/>
+ <property name="Client4_Command" type="empty"/>
+ <property name="Client4_Priority" type="empty"/>
+ <property name="Client4_PerScreen" type="empty"/>
+ </property>
+ </property>
+</channel>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfwm4" version="1.0">
+ <property name="general" type="empty">
+ <property name="activate_action" type="string" value="bring"/>
+ <property name="borderless_maximize" type="bool" value="true"/>
+ <property name="box_move" type="bool" value="false"/>
+ <property name="box_resize" type="bool" value="false"/>
+ <property name="button_layout" type="string" value="O|SHMC"/>
+ <property name="button_offset" type="int" value="0"/>
+ <property name="button_spacing" type="int" value="0"/>
+ <property name="click_to_focus" type="bool" value="true"/>
+ <property name="cycle_apps_only" type="bool" value="false"/>
+ <property name="cycle_draw_frame" type="bool" value="true"/>
+ <property name="cycle_raise" type="bool" value="false"/>
+ <property name="cycle_hidden" type="bool" value="true"/>
+ <property name="cycle_minimum" type="bool" value="true"/>
+ <property name="cycle_minimized" type="bool" value="false"/>
+ <property name="cycle_preview" type="bool" value="true"/>
+ <property name="cycle_tabwin_mode" type="int" value="0"/>
+ <property name="cycle_workspaces" type="bool" value="false"/>
+ <property name="double_click_action" type="string" value="maximize"/>
+ <property name="double_click_distance" type="int" value="5"/>
+ <property name="double_click_time" type="int" value="250"/>
+ <property name="easy_click" type="string" value="Alt"/>
+ <property name="focus_delay" type="int" value="250"/>
+ <property name="focus_hint" type="bool" value="true"/>
+ <property name="focus_new" type="bool" value="true"/>
+ <property name="frame_opacity" type="int" value="100"/>
+ <property name="frame_border_top" type="int" value="0"/>
+ <property name="full_width_title" type="bool" value="true"/>
+ <property name="horiz_scroll_opacity" type="bool" value="false"/>
+ <property name="inactive_opacity" type="int" value="100"/>
+ <property name="maximized_offset" type="int" value="0"/>
+ <property name="mousewheel_rollup" type="bool" value="true"/>
+ <property name="move_opacity" type="int" value="100"/>
+ <property name="placement_mode" type="string" value="center"/>
+ <property name="placement_ratio" type="int" value="20"/>
+ <property name="popup_opacity" type="int" value="100"/>
+ <property name="prevent_focus_stealing" type="bool" value="false"/>
+ <property name="raise_delay" type="int" value="250"/>
+ <property name="raise_on_click" type="bool" value="true"/>
+ <property name="raise_on_focus" type="bool" value="false"/>
+ <property name="raise_with_any_button" type="bool" value="true"/>
+ <property name="repeat_urgent_blink" type="bool" value="false"/>
+ <property name="resize_opacity" type="int" value="100"/>
+ <property name="scroll_workspaces" type="bool" value="true"/>
+ <property name="shadow_delta_height" type="int" value="0"/>
+ <property name="shadow_delta_width" type="int" value="0"/>
+ <property name="shadow_delta_x" type="int" value="0"/>
+ <property name="shadow_delta_y" type="int" value="-3"/>
+ <property name="shadow_opacity" type="int" value="50"/>
+ <property name="show_app_icon" type="bool" value="false"/>
+ <property name="show_dock_shadow" type="bool" value="true"/>
+ <property name="show_frame_shadow" type="bool" value="true"/>
+ <property name="show_popup_shadow" type="bool" value="false"/>
+ <property name="snap_resist" type="bool" value="false"/>
+ <property name="snap_to_border" type="bool" value="true"/>
+ <property name="snap_to_windows" type="bool" value="false"/>
+ <property name="snap_width" type="int" value="10"/>
+ <property name="vblank_mode" type="string" value="auto"/>
+ <property name="theme" type="string" value="Default"/>
+ <property name="tile_on_move" type="bool" value="true"/>
+ <property name="title_alignment" type="string" value="center"/>
+ <property name="title_font" type="string" value="Sans Bold 9"/>
+ <property name="title_horizontal_offset" type="int" value="0"/>
+ <property name="titleless_maximize" type="bool" value="false"/>
+ <property name="title_shadow_active" type="string" value="false"/>
+ <property name="title_shadow_inactive" type="string" value="false"/>
+ <property name="title_vertical_offset_active" type="int" value="0"/>
+ <property name="title_vertical_offset_inactive" type="int" value="0"/>
+ <property name="toggle_workspaces" type="bool" value="false"/>
+ <property name="unredirect_overlays" type="bool" value="true"/>
+ <property name="urgent_blink" type="bool" value="false"/>
+ <property name="use_compositing" type="bool" value="true"/>
+ <property name="workspace_count" type="int" value="4"/>
+ <property name="wrap_cycle" type="bool" value="true"/>
+ <property name="wrap_layout" type="bool" value="true"/>
+ <property name="wrap_resistance" type="int" value="10"/>
+ <property name="wrap_windows" type="bool" value="true"/>
+ <property name="wrap_workspaces" type="bool" value="false"/>
+ <property name="zoom_desktop" type="bool" value="true"/>
+ <property name="zoom_pointer" type="bool" value="true"/>
+ <property name="workspace_names" type="array">
+ <value type="string" value="Obszar roboczy 1"/>
+ <value type="string" value="Obszar roboczy 2"/>
+ <value type="string" value="Obszar roboczy 3"/>
+ <value type="string" value="Obszar roboczy 4"/>
+ </property>
+ </property>
+</channel>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xsettings" version="1.0">
+ <property name="Net" type="empty">
+ <property name="ThemeName" type="string" value="Adwaita-dark"/>
+ <property name="IconThemeName" type="empty"/>
+ <property name="DoubleClickTime" type="empty"/>
+ <property name="DoubleClickDistance" type="empty"/>
+ <property name="DndDragThreshold" type="empty"/>
+ <property name="CursorBlink" type="empty"/>
+ <property name="CursorBlinkTime" type="empty"/>
+ <property name="SoundThemeName" type="empty"/>
+ <property name="EnableEventSounds" type="empty"/>
+ <property name="EnableInputFeedbackSounds" type="empty"/>
+ </property>
+ <property name="Xft" type="empty">
+ <property name="DPI" type="empty"/>
+ <property name="Antialias" type="empty"/>
+ <property name="Hinting" type="empty"/>
+ <property name="HintStyle" type="empty"/>
+ <property name="RGBA" type="empty"/>
+ </property>
+ <property name="Gtk" type="empty">
+ <property name="CanChangeAccels" type="empty"/>
+ <property name="ColorPalette" type="empty"/>
+ <property name="FontName" type="empty"/>
+ <property name="MonospaceFontName" type="empty"/>
+ <property name="IconSizes" type="empty"/>
+ <property name="KeyThemeName" type="empty"/>
+ <property name="ToolbarStyle" type="empty"/>
+ <property name="ToolbarIconSize" type="empty"/>
+ <property name="MenuImages" type="empty"/>
+ <property name="ButtonImages" type="empty"/>
+ <property name="MenuBarAccel" type="empty"/>
+ <property name="CursorThemeName" type="empty"/>
+ <property name="CursorThemeSize" type="empty"/>
+ <property name="DecorationLayout" type="empty"/>
+ <property name="DialogsUseHeader" type="empty"/>
+ <property name="TitlebarMiddleClick" type="empty"/>
+ </property>
+ <property name="Gdk" type="empty">
+ <property name="WindowScalingFactor" type="empty"/>
+ </property>
+</channel>
--- /dev/null
+[Desktop]
+Session=lightdm-xsession
--- /dev/null
+#!/bin/bash
+
+sudo apt install ranger git qmmp vlc lynx tmux pass qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virtinst libvirt-daemon virt-manager
+
+cp -rvv home/xf0r3m/.cache /etc/skel;
+
+cp -rvv home/xf0r3m/.config /etc/skel;
+
+sudo rm -rf /etc/lightdm;
+sudo cp -rvv etc/lightdm /etc;
+
+cp -rvv home/xf0r3m/Obrazy /etc/skel;
+
+
+screen=$(xrandr | grep '\ connected\ ' | awk '{printf $1}');
+sed -i "s/eDP-1/$screen/" /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml;
+