Compare commits
45 Commits
0984d55782
...
wsl2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2646ae89cb | ||
|
|
e16bc7fb46 | ||
|
|
a6ca6f2957 | ||
|
|
9d25d8cb3c | ||
|
|
e6b273f8a2 | ||
|
|
a5e98eefe6 | ||
|
|
1facde8418 | ||
|
|
65463fcfe3 | ||
|
|
e9623a96b0 | ||
|
|
75b43f669d | ||
|
|
64592c7af5 | ||
|
|
596f28512d | ||
|
|
a4b8af382a | ||
|
|
83212ea9f2 | ||
|
|
16ab7006c6 | ||
|
|
07795b9f04 | ||
|
|
07dfd8687a | ||
|
|
f81fb6d3fe | ||
|
|
d2a3fa082e | ||
|
|
e0487c8e2e | ||
|
|
fa1928af8d | ||
|
|
049c76c04a | ||
|
|
c375986e05 | ||
|
|
a18be1d18c | ||
|
|
5045102b6b | ||
|
|
9b0bdd7fc6 | ||
|
|
80e6cc23c3 | ||
|
|
aa1364ef29 | ||
|
|
32bf8c73a8 | ||
|
|
39000ec304 | ||
|
|
a3de598466 | ||
|
|
4915a1fce2 | ||
|
|
58773ba594 | ||
|
|
7b0d1bf03a | ||
|
|
fc1478567e | ||
|
|
44a425d2df | ||
|
|
16ca912724 | ||
|
|
babbceb247 | ||
|
|
f4d92f747e | ||
|
|
ca92392993 | ||
|
|
8a6e022bd6 | ||
|
|
366ea24fb5 | ||
|
|
385d306017 | ||
|
|
dd7498294a | ||
|
|
cd1a6c1252 |
@@ -187,6 +187,7 @@ alias paths='echo -e ${PATH//:/\\n}' # path: Echo all executable Paths
|
|||||||
alias userlist="cut -d: -f1 /etc/passwd | sort"
|
alias userlist="cut -d: -f1 /etc/passwd | sort"
|
||||||
alias ip='ip -color'
|
alias ip='ip -color'
|
||||||
alias stow='stow -d $DOTFILES '
|
alias stow='stow -d $DOTFILES '
|
||||||
|
alias em='emacsclient -t'
|
||||||
|
|
||||||
# User specific aliases and functions
|
# User specific aliases and functions
|
||||||
if [ -d ~/.bashrc.d ]; then
|
if [ -d ~/.bashrc.d ]; then
|
||||||
|
|||||||
5
bash/.bashrc.d/cargo.sh
Executable file
5
bash/.bashrc.d/cargo.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
if [ -e "$HOME/.cargo" ]; then
|
||||||
|
source "$HOME/.cargo/env"
|
||||||
|
fi
|
||||||
6
bash/.bashrc.d/java.sh
Executable file
6
bash/.bashrc.d/java.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
if command -v java > /dev/null 2>&1; then
|
||||||
|
JAVA_HOME="$(dirname $(mise bin-paths | grep -i java))"
|
||||||
|
export JAVA_HOME
|
||||||
|
fi
|
||||||
@@ -2,10 +2,5 @@
|
|||||||
|
|
||||||
# Load Mise en dev
|
# Load Mise en dev
|
||||||
if command -v mise > /dev/null 2>&1; then
|
if command -v mise > /dev/null 2>&1; then
|
||||||
eval "$(mise activate bash)"
|
eval "$(mise activate bash)"
|
||||||
|
|
||||||
if mise ls | grep -i java; then
|
|
||||||
JAVA_HOME="$(dirname $(mise bin-paths | grep -i java))"
|
|
||||||
export JAVA_HOME
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -15,7 +15,8 @@ export QT_STYLE_OVERRIDE=kvantum
|
|||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
|
|
||||||
export DOTFILES="$HOME/.dotfiles"
|
export DOTFILES="$HOME/.dotfiles"
|
||||||
export EDITOR=nano
|
export EDITOR="emacs -nw"
|
||||||
|
export VISUAL="emacs"
|
||||||
|
|
||||||
# SSH socket
|
# SSH socket
|
||||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
|
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
|
||||||
@@ -46,8 +47,6 @@ appendpath() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
# appendpath "/home/linuxbrew/.linuxbrew/bin"
|
|
||||||
appendpath "$HOME/.local/bin"
|
appendpath "$HOME/.local/bin"
|
||||||
appendpath "$GOBIN"
|
appendpath "$GOBIN"
|
||||||
# appendpath "$HOME/.cargo/bin"
|
|
||||||
unset appendpath
|
unset appendpath
|
||||||
|
|||||||
@@ -5,15 +5,12 @@
|
|||||||
* root :elfeed:
|
* root :elfeed:
|
||||||
** Programming :programming:
|
** Programming :programming:
|
||||||
*** [[https://feeds.feedburner.com/TheHackersNews][Hacker News]] :news: :security:
|
*** [[https://feeds.feedburner.com/TheHackersNews][Hacker News]] :news: :security:
|
||||||
*** [[https://lewboski.dev/rss.xml][Lewboski Blog]] :linux: :kernel:
|
|
||||||
** FOSS News :news:
|
** FOSS News :news:
|
||||||
*** [[https://blog.linuxmint.com/?feed=rss2][Linux Mint Blog]] :blog: :linux: :linuxmint:
|
*** [[https://blog.linuxmint.com/?feed=rss2][Linux Mint Blog]] :blog: :linux: :linuxmint:
|
||||||
*** [[https://archlinux.org/feeds/news][Archlinux News]] :linux: :arch:
|
|
||||||
*** [[https://security.archlinux.org/advisory/feed.atom][Arch Security]] :linux: :arch: :security:
|
|
||||||
** Youtube :youtube:
|
** Youtube :youtube:
|
||||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg][DistroTube]] :emacs: :foss: :linux:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg][DistroTube]] :emacs: :foss: :linux:
|
||||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCABhVAlCkcEG9a2UVruq9vw][Douglas Mortimer]] :fashion:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCABhVAlCkcEG9a2UVruq9vw][Douglas Mortimer]] :fashion:
|
||||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCqZe2cxQNCvgkQxUuqsIaig][Esadecimale]] :emacs: :programming: :security:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCqZe2cxQNCvgkQxUuqsIaig][Esadecimale]] :emacs: :programming:
|
||||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCnDDucQDLncrauOCmanCIgw][MorroLinux]] :linux: :foss:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCnDDucQDLncrauOCmanCIgw][MorroLinux]] :linux: :foss:
|
||||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCDDG9vOcmgwlslJJpCWjqOg][Salvatore Sanfilippo]] :programming:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCDDG9vOcmgwlslJJpCWjqOg][Salvatore Sanfilippo]] :programming:
|
||||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg][Tsoding Daily]] :emacs: :programming:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg][Tsoding Daily]] :emacs: :programming:
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
'tools/project
|
'tools/project
|
||||||
'tools/lsp
|
'tools/lsp
|
||||||
'tools/dap
|
'tools/dap
|
||||||
'tools/treesitter
|
;; 'tools/treesitter
|
||||||
|
|
||||||
;; Languages
|
;; Languages
|
||||||
'lang/c
|
'lang/c
|
||||||
|
|||||||
@@ -16,10 +16,7 @@
|
|||||||
(load-theme 'nordic-night t)
|
(load-theme 'nordic-night t)
|
||||||
|
|
||||||
;; Setting default font
|
;; Setting default font
|
||||||
(set-frame-font "Liberation Mono 14" nil t)
|
(set-frame-font "UbuntuSansMono Nerd Font 16" nil t)
|
||||||
|
|
||||||
(add-to-list 'default-frame-alist
|
|
||||||
'(font . "Liberation Mono-14"))
|
|
||||||
|
|
||||||
;; Remove toolbar
|
;; Remove toolbar
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
(use-package mu4e
|
(use-package mu4e
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:load-path "/usr/share/emacs/site-lisp/mu4e/"
|
;; :load-path "/usr/share/emacs/site-lisp/mu4e/"
|
||||||
:defer 20 ; Wait until 20 seconds after startup
|
:defer 20 ; Wait until 20 seconds after startup
|
||||||
:config
|
:config
|
||||||
;; This is set to 't' to avoid mail syncing issues when using mbsync
|
;; This is set to 't' to avoid mail syncing issues when using mbsync
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ IMAPStore iCloud-remote
|
|||||||
Host imap.mail.me.com
|
Host imap.mail.me.com
|
||||||
Port 993
|
Port 993
|
||||||
User fscottodisantolo@icloud.com
|
User fscottodisantolo@icloud.com
|
||||||
PassCmd "secret-tool lookup icloud-mail icloud"
|
PassCmd "pass show icloud-mail"
|
||||||
AuthMechs *
|
AuthMechs *
|
||||||
SSLType IMAPS
|
SSLType IMAPS
|
||||||
SSLVersions TLSv1.2 TLSv1.3
|
SSLVersions TLSv1.2 TLSv1.3
|
||||||
@@ -27,7 +27,7 @@ IMAPStore protonmail-remote
|
|||||||
Host 127.0.0.1
|
Host 127.0.0.1
|
||||||
Port 1143
|
Port 1143
|
||||||
User fscottodisantolo@protonmail.com
|
User fscottodisantolo@protonmail.com
|
||||||
PassCmd "secret-tool lookup protonmail-bridge protonmail"
|
PassCmd "pass show protonmail-bridge"
|
||||||
AuthMechs *
|
AuthMechs *
|
||||||
SSLType STARTTLS
|
SSLType STARTTLS
|
||||||
PipelineDepth 1
|
PipelineDepth 1
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
pager = delta
|
pager = delta
|
||||||
|
sshcommand = ssh.exe
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Fabio Scotto di Santolo
|
name = Fabio Scotto di Santolo
|
||||||
@@ -24,13 +25,6 @@
|
|||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
tool = meld
|
|
||||||
|
|
||||||
[mergetool]
|
|
||||||
prompt = false
|
|
||||||
|
|
||||||
[diff]
|
|
||||||
tool = meld
|
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = always
|
ui = always
|
||||||
@@ -81,3 +75,6 @@
|
|||||||
colorMoved = default
|
colorMoved = default
|
||||||
tabs = 4
|
tabs = 4
|
||||||
side-by-side = true
|
side-by-side = true
|
||||||
|
|
||||||
|
[credential]
|
||||||
|
helper = manager-core
|
||||||
|
|||||||
@@ -1,130 +0,0 @@
|
|||||||
; Thunar GtkAccelMap rc-file -*- scheme -*-
|
|
||||||
; this file is an automated accelerator map dump
|
|
||||||
;
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarBookmarks/a92b2c1d964bbd2cee57b3ca30aec9b0" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-type" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-last-modified" "")
|
|
||||||
; (gtk_accel_path "<Actions>/Thunarwindow/menu" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/cut" "<Primary>x")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-size" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/file-menu" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/close-tab" "<Primary>w")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarBookmarks/6822d8a0d16503629063fd2052abbff6" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/switch-previous-tab-alt" "<Primary><Shift>ISO_Left_Tab")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-size" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/new-window" "<Primary>n")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/clear-directory-specific-settings" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/close-window" "<Primary>q")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/open-parent" "<Alt>Up")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-side-pane-menu" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-size-in-bytes" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/switch-previous-tab" "<Primary>Page_Up")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarBookmarks/7847776007c0ad10c1b8be004aea6832" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/open" "<Primary>o")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-ascending" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/toggle-split-view" "F3")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/copy-2" "<Primary>Insert")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/trash-delete" "Delete")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/open-recent" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-configure-toolbar" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/forward" "<Alt>Right")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/restore" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/open-location-alt" "<Alt>d")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarBookmarks/494b789ae0ae178fb931445b11fe745e" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-out-alt" "<Primary>KP_Subtract")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/select-by-pattern" "<Primary>s")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/open-file-menu" "F10")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/contents" "F1")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/show-highlight" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-descending" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-name" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/select-all-files" "<Primary>a")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/execute" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/properties" "<Alt>Return")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/cut-2" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-dtime" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/switch-next-tab" "<Primary>Page_Down")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/open-templates" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/paste-2" "<Shift>Insert")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-filetype" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/close-all-windows" "<Primary><Shift>w")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/create-document" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/detach-tab" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/cancel-search" "Escape")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-in-alt2" "<Primary>equal")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-hidden-count" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarShortcutsPane/sendto-shortcuts" "<Primary>d")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/undo" "<Primary>z")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/toggle-sort-order" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-location-selector-entry" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/paste" "<Primary>v")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-in-alt1" "<Primary>KP_Add")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-menubar" "<Primary>m")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/back" "<Alt>Left")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/open-desktop" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-as-detailed-list" "<Primary>2")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/restore-show" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/sendto-menu" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-display-name" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/go-menu" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-out" "<Primary>minus")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/remove-from-recent" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/open-with-other" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/invert-selection" "<Primary><Shift>i")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-side-pane-shortcuts" "<Primary>b")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/reload-alt-2" "Reload")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-location-selector-menu" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-mtime" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/edit-menu" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/copy" "<Primary>c")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/bookmarks-menu" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/forward-alt" "Forward")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/move-to-trash" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/reload-alt-1" "F5")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/delete-3" "<Shift>KP_Delete")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/reload" "<Primary>r")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/arrange-items-menu" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/unselect-all-files" "Escape")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/open-computer" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/toggle-image-preview" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/toggle-side-pane" "F9")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-as-icons" "<Primary>1")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/delete-2" "<Shift>Delete")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-in" "<Primary>plus")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/rename" "F2")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/open-location" "<Primary>l")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-as-compact-list" "<Primary>3")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-menu" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/search" "<Primary>f")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/new-tab" "<Primary>t")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-reset" "<Primary>0")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/contents/help-menu" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/open-in-new-tab" "<Primary><Shift>p")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-location-selector-buttons" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/back-alt2" "Back")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/redo" "<Primary><Shift>z")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/open-trash" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/open-in-new-window" "<Primary><Shift>o")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-statusbar" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/open-location" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/duplicate" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/trash-delete-2" "KP_Delete")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/back-alt1" "BackSpace")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/create-folder" "<Primary><Shift>n")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/open-home" "<Alt>Home")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/switch-focused-split-view-pane" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/show-hidden" "<Primary>h")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/set-default-app" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/empty-trash" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/preferences" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarBookmarks/9edc6d9ffc675937bd3a9881f1c72552" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/delete" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/open-network" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-side-pane-tree" "<Primary>e")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/open-file-system" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/search-alt" "Search")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/switch-next-tab-alt" "<Primary>Tab")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarActionManager/sendto-desktop" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarStandardView/make-link" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-reset-alt" "<Primary>KP_0")
|
|
||||||
; (gtk_accel_path "<Actions>/ThunarWindow/about" "")
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<actions>
|
|
||||||
<action>
|
|
||||||
<icon>utilities-terminal</icon>
|
|
||||||
<name>Open Terminal Here</name>
|
|
||||||
<submenu></submenu>
|
|
||||||
<unique-id>1770300074762233-1</unique-id>
|
|
||||||
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
|
|
||||||
<description>Example for a custom action</description>
|
|
||||||
<range></range>
|
|
||||||
<patterns>*</patterns>
|
|
||||||
<startup-notify/>
|
|
||||||
<directories/>
|
|
||||||
</action>
|
|
||||||
</actions>
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
; xfdesktop-settings GtkAccelMap rc-file -*- scheme -*-
|
|
||||||
; this file is an automated accelerator map dump
|
|
||||||
;
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/properties" "<Alt>Return")
|
|
||||||
; (gtk_accel_path "<Actions>/XfceDesktop/primary-menu-2" "Menu")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/open-with-other" "")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/activate-3" "Return")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/properties-3" "<Alt>KP_Enter")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/trash" "Delete")
|
|
||||||
; (gtk_accel_path "<Actions>/XfceDesktop/next-background" "")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/copy-2" "<Primary>Insert")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/cut" "<Primary>x")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/unselect-all" "Escape")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/cut-2" "")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopWindowIconManager/close" "<Primary>c")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/activate" "space")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/activate-2" "KP_Space")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/open" "<Primary>o")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/select-all" "<Primary>a")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/properties-2" "<Alt>ISO_Enter")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/empty-trash" "")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/open-trash" "")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/trash-3" "")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/delete" "<Shift>Delete")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/copy" "<Primary>c")
|
|
||||||
; (gtk_accel_path "<Actions>/XfceDesktop/reload-2" "Reload")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/delete-3" "")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/trash-2" "KP_Delete")
|
|
||||||
; (gtk_accel_path "<Actions>/XfceDesktop/reload" "<Primary>r")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/paste-into-folder" "")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/paste-2" "<Shift>Insert")
|
|
||||||
; (gtk_accel_path "<Actions>/XfceDesktop/secondary-menu" "<Primary><Shift>F10")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/delete-2" "<Shift>KP_Delete")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/toggle-cursor-2" "<Primary>KP_Space")
|
|
||||||
; (gtk_accel_path "<Actions>/XfceDesktop/reload-1" "F5")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/open-filesystem" "")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/activate-5" "KP_Enter")
|
|
||||||
; (gtk_accel_path "<Actions>/XfceDesktop/primary-menu" "<Shift>F10")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/create-document" "")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/create-folder" "<Primary><Shift>n")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/toggle-cursor" "<Primary>space")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/toggle-show-hidden" "<Primary>h")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/open-home" "<Alt>Home")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/paste" "<Primary>v")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopWindowIconManager/unminimize" "<Primary>o")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/activate-4" "ISO_Enter")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/rename" "F2")
|
|
||||||
; (gtk_accel_path "<Actions>/XfdesktopIconView/arrange-icons" "")
|
|
||||||
; (gtk_accel_path "<Actions>/XfceDesktop/secondary-menu-2" "<Primary>Menu")
|
|
||||||
@@ -1,73 +0,0 @@
|
|||||||
#
|
|
||||||
# DO NOT EDIT THIS FILE WHILE XFDESKTOP IS RUNNING
|
|
||||||
#
|
|
||||||
configs:
|
|
||||||
- level: 1
|
|
||||||
monitors:
|
|
||||||
- id: "359f9a4a3ec3cfb503d83e68e51006ca616a8ce1"
|
|
||||||
display_name: "Xiaomi Corporation Mi Monitor 0000000000000 (HDMI-A-1)"
|
|
||||||
geometry:
|
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
width: 3440
|
|
||||||
height: 1440
|
|
||||||
- id: "36e25f5c8380519864a9cac609054849387921ee"
|
|
||||||
display_name: "Xiaomi Corporation Mi Monitor (DP-1)"
|
|
||||||
geometry:
|
|
||||||
x: 1920
|
|
||||||
y: 0
|
|
||||||
width: 3440
|
|
||||||
height: 1440
|
|
||||||
icons:
|
|
||||||
"/":
|
|
||||||
row: 1
|
|
||||||
col: 0
|
|
||||||
"trash:///":
|
|
||||||
row: 2
|
|
||||||
col: 0
|
|
||||||
"f7d00217-6e0a-454a-af56-98ecc8e5c4c6":
|
|
||||||
row: 3
|
|
||||||
col: 0
|
|
||||||
last_seen: 1770502961003612
|
|
||||||
"6244-32F6":
|
|
||||||
row: 3
|
|
||||||
col: 0
|
|
||||||
last_seen: 1770623940379615
|
|
||||||
"/home/fscotto":
|
|
||||||
row: 0
|
|
||||||
col: 0
|
|
||||||
"5782F4E556C700DD":
|
|
||||||
row: 4
|
|
||||||
col: 0
|
|
||||||
last_seen: 1770656831571372
|
|
||||||
- level: 0
|
|
||||||
monitors:
|
|
||||||
- id: "3b9e995fde2099f1e479a6489d30cafdea23c8f0"
|
|
||||||
display_name: "AU Optronics 0x243D (eDP-1)"
|
|
||||||
geometry:
|
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
width: 1920
|
|
||||||
height: 1080
|
|
||||||
icons:
|
|
||||||
"1a175420-3f1c-4b35-93b0-8d062ad7380b":
|
|
||||||
row: 3
|
|
||||||
col: 0
|
|
||||||
last_seen: 1770412534817771
|
|
||||||
"/":
|
|
||||||
row: 0
|
|
||||||
col: 0
|
|
||||||
"trash:///":
|
|
||||||
row: 2
|
|
||||||
col: 0
|
|
||||||
"0046cb84-622d-4ede-991e-9f13852f81c4":
|
|
||||||
row: 4
|
|
||||||
col: 0
|
|
||||||
last_seen: 1770326123100662
|
|
||||||
"259E0EE27F8BE99F":
|
|
||||||
row: 5
|
|
||||||
col: 0
|
|
||||||
last_seen: 1770412534822518
|
|
||||||
"/home/fscotto":
|
|
||||||
row: 1
|
|
||||||
col: 0
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
WebBrowser=chromium
|
|
||||||
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
show_label_governor=false
|
|
||||||
keep_compact=true
|
|
||||||
one_line=true
|
|
||||||
icon_color_freq=true
|
|
||||||
freq_unit=0
|
|
||||||
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
yellow=8
|
|
||||||
red=2
|
|
||||||
lab_size_visible=true
|
|
||||||
progress_bar_visible=false
|
|
||||||
hide_button=false
|
|
||||||
label=
|
|
||||||
label_visible=false
|
|
||||||
mnt=/
|
|
||||||
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Version=1.0
|
|
||||||
Name=Chromium
|
|
||||||
GenericName=Web Browser
|
|
||||||
GenericName[it]=Browser Web
|
|
||||||
Comment=Access the Internet
|
|
||||||
Comment[it]=Accesso a Internet
|
|
||||||
Exec=/usr/bin/chromium %U
|
|
||||||
StartupNotify=true
|
|
||||||
Terminal=false
|
|
||||||
Icon=chromium
|
|
||||||
Type=Application
|
|
||||||
Categories=Network;WebBrowser;
|
|
||||||
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;chromium
|
|
||||||
Actions=new-window;new-private-window;
|
|
||||||
X-XFCE-Source=file:///usr/share/applications/chromium.desktop
|
|
||||||
|
|
||||||
[Desktop Action new-window]
|
|
||||||
Name=New Window
|
|
||||||
Name[it]=Nuova finestra
|
|
||||||
Exec=/usr/bin/chromium
|
|
||||||
|
|
||||||
[Desktop Action new-private-window]
|
|
||||||
Name=New Incognito Window
|
|
||||||
Name[it]=Nuova finestra di navigazione in incognito
|
|
||||||
Exec=/usr/bin/chromium --incognito
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Emacs
|
|
||||||
GenericName=Text Editor
|
|
||||||
Comment=Edit text
|
|
||||||
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
|
||||||
Exec=emacs %F
|
|
||||||
Icon=emacs
|
|
||||||
Type=Application
|
|
||||||
Terminal=false
|
|
||||||
Categories=Development;TextEditor;
|
|
||||||
StartupNotify=true
|
|
||||||
StartupWMClass=Emacs
|
|
||||||
X-XFCE-Source=file:///usr/share/applications/emacs.desktop
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
[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;
|
|
||||||
Keywords=file;manager;explorer;browse;filesystem;directory;folder;xfce;
|
|
||||||
OnlyShowIn=XFCE;
|
|
||||||
X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
|
|
||||||
X-AppStream-Ignore=True
|
|
||||||
Name=File Manager
|
|
||||||
Comment=Browse the file system
|
|
||||||
X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Version=1.0
|
|
||||||
Type=Application
|
|
||||||
Exec=exo-open --launch TerminalEmulator
|
|
||||||
Icon=org.xfce.terminalemulator
|
|
||||||
StartupNotify=true
|
|
||||||
Terminal=false
|
|
||||||
Categories=Utility;X-XFCE;X-Xfce-Toplevel;
|
|
||||||
Keywords=terminal;command line;shell;console;xfce;
|
|
||||||
OnlyShowIn=XFCE;
|
|
||||||
X-AppStream-Ignore=True
|
|
||||||
Name=Terminal Emulator
|
|
||||||
Comment=Use the command line
|
|
||||||
X-XFCE-Source=file:///usr/share/applications/xfce4-terminal-emulator.desktop
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Telegram
|
|
||||||
Comment=New era of messaging
|
|
||||||
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=Telegram --file-forwarding org.telegram.desktop -- @@u %U @@
|
|
||||||
Icon=org.telegram.desktop
|
|
||||||
Terminal=false
|
|
||||||
StartupWMClass=TelegramDesktop
|
|
||||||
Type=Application
|
|
||||||
Categories=Chat;Network;InstantMessaging;Qt;
|
|
||||||
MimeType=x-scheme-handler/tg;x-scheme-handler/tonsite;
|
|
||||||
Keywords=tg;chat;im;messaging;messenger;sms;tdesktop;
|
|
||||||
Actions=quit;
|
|
||||||
DBusActivatable=true
|
|
||||||
SingleMainWindow=true
|
|
||||||
X-GNOME-UsesNotifications=true
|
|
||||||
X-GNOME-SingleWindow=true
|
|
||||||
X-Flatpak=org.telegram.desktop
|
|
||||||
X-XFCE-Source=file:///var/lib/flatpak/app/org.telegram.desktop/x86_64/stable/c9756a44a11759cb68fddc3d8611d5aae18164ce369d1053a0721b4be97467dd/export/share/applications/org.telegram.desktop.desktop
|
|
||||||
|
|
||||||
[Desktop Action quit]
|
|
||||||
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=Telegram org.telegram.desktop -quit
|
|
||||||
Name=Quit Telegram
|
|
||||||
Icon=application-exit
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
[mailwatch-plugin]
|
|
||||||
click_command=
|
|
||||||
new_messages_command=
|
|
||||||
count_changed_command=
|
|
||||||
normal_icon=xfce-nomail
|
|
||||||
new_mail_icon=xfce-newmail
|
|
||||||
log_lines=200
|
|
||||||
show_log_status=true
|
|
||||||
auto_open_online_doc=false
|
|
||||||
|
|
||||||
[mailwatch]
|
|
||||||
nmailboxes=2
|
|
||||||
mailbox0=maildir
|
|
||||||
mailbox_name0=Proton Mail
|
|
||||||
mailbox1=maildir
|
|
||||||
mailbox_name1=iCloud Mail
|
|
||||||
|
|
||||||
[mailbox0]
|
|
||||||
path=/home/fscotto/Maildir/ProtonMailAccount
|
|
||||||
mtime=0
|
|
||||||
interval=600
|
|
||||||
|
|
||||||
[mailbox1]
|
|
||||||
path=/home/fscotto/Maildir/iCloudAccount
|
|
||||||
mtime=0
|
|
||||||
interval=600
|
|
||||||
|
|
||||||
@@ -1,44 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<actions>
|
|
||||||
<action>
|
|
||||||
<name>Bugz</name>
|
|
||||||
<regex>bug\s*#?\s*([0-9]+)</regex>
|
|
||||||
<group>0</group>
|
|
||||||
<commands>
|
|
||||||
<command>
|
|
||||||
<name>GNOME Bug</name>
|
|
||||||
<exec>exo-open https://bugzilla.gnome.org/show_bug.cgi?id=\1</exec>
|
|
||||||
</command>
|
|
||||||
<command>
|
|
||||||
<name>Xfce Bug</name>
|
|
||||||
<exec>exo-open https://bugzilla.xfce.org/show_bug.cgi?id=\1</exec>
|
|
||||||
</command>
|
|
||||||
</commands>
|
|
||||||
</action>
|
|
||||||
<action>
|
|
||||||
<name>Image</name>
|
|
||||||
<regex>(http|ftp).+\.(jpg|png|gif)</regex>
|
|
||||||
<group>0</group>
|
|
||||||
<commands>
|
|
||||||
<command>
|
|
||||||
<name>View with Ristretto</name>
|
|
||||||
<exec>ristretto "\0"</exec>
|
|
||||||
</command>
|
|
||||||
<command>
|
|
||||||
<name>Edit with Gimp</name>
|
|
||||||
<exec>gimp "\0"</exec>
|
|
||||||
</command>
|
|
||||||
</commands>
|
|
||||||
</action>
|
|
||||||
<action>
|
|
||||||
<name>Long URL</name>
|
|
||||||
<regex>https?://[^\s]{120,}</regex>
|
|
||||||
<group>0</group>
|
|
||||||
<commands>
|
|
||||||
<command>
|
|
||||||
<name>Shrink the URL</name>
|
|
||||||
<exec>exo-open https://tinyurl.com/create.php?url=\0</exec>
|
|
||||||
</command>
|
|
||||||
</commands>
|
|
||||||
</action>
|
|
||||||
</actions>
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
[Settings]
|
|
||||||
mpd_host=localhost
|
|
||||||
mpd_port=6600
|
|
||||||
mpd_password=
|
|
||||||
show_frame=true
|
|
||||||
client_appl=SETME
|
|
||||||
streaming_appl=
|
|
||||||
tooltip_format=Volume: %vol%% - Mpd %status%%newline%%artist% - %album% -/- (#%track%) %title%
|
|
||||||
playlist_format=%artist% - %album% -/- (#%track%) %title%
|
|
||||||
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
app=/usr/bin/flatpak
|
|
||||||
custom_action_command=
|
|
||||||
last_user=
|
|
||||||
last_extension=png
|
|
||||||
show_in_folder=false
|
|
||||||
screenshot_dir=file:///home/fscotto/Immagini
|
|
||||||
action=2
|
|
||||||
delay=0
|
|
||||||
region=3
|
|
||||||
show_mouse=0
|
|
||||||
show_border=0
|
|
||||||
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="displays" version="1.0">
|
|
||||||
<property name="ActiveProfile" type="string" value="Default"/>
|
|
||||||
<property name="Notify" type="int" value="1"/>
|
|
||||||
<property name="AutoEnableProfiles" type="int" value="3"/>
|
|
||||||
<property name="IdentityPopups" type="bool" value="false"/>
|
|
||||||
<property name="Default" type="empty">
|
|
||||||
<property name="HDMI-A-1" type="string" value="Xiaomi Corporation 34"">
|
|
||||||
<property name="Active" type="bool" value="true"/>
|
|
||||||
<property name="EDID" type="string" value="823a61452e1ac6b974b32377a3aea5fdc3673242"/>
|
|
||||||
<property name="Resolution" type="string" value="3440x1440"/>
|
|
||||||
<property name="RefreshRate" type="double" value="99.992497561707552"/>
|
|
||||||
<property name="ModeFlags" type="uint64" value="5"/>
|
|
||||||
<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="double" value="1"/>
|
|
||||||
<property name="Position" type="empty">
|
|
||||||
<property name="X" type="int" value="0"/>
|
|
||||||
<property name="Y" type="int" value="0"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="keyboard-layout" version="1.0">
|
|
||||||
<property name="Default" type="empty">
|
|
||||||
<property name="XkbDisable" type="bool" value="false"/>
|
|
||||||
<property name="XkbLayout" type="string" value="us"/>
|
|
||||||
<property name="XkbVariant" type="string" value="alt-intl"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="keyboards" version="1.0">
|
|
||||||
<property name="Default" type="empty">
|
|
||||||
<property name="Numlock" type="bool" value="false"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.1" 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 name="height" type="uint" value="805"/>
|
|
||||||
<property name="width" type="uint" value="1406"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
<?xml version="1.1" 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-window-width" type="int" value="1358"/>
|
|
||||||
<property name="last-window-height" type="int" value="902"/>
|
|
||||||
<property name="last-window-maximized" type="bool" value="false"/>
|
|
||||||
<property name="last-separator-position" type="int" value="253"/>
|
|
||||||
<property name="misc-single-click" type="bool" value="false"/>
|
|
||||||
<property name="misc-use-csd" type="bool" value="true"/>
|
|
||||||
<property name="misc-thumbnail-max-file-size" type="uint64" value="1073741824"/>
|
|
||||||
<property name="shortcuts-icon-size" type="string" value="THUNAR_ICON_SIZE_16"/>
|
|
||||||
<property name="shortcuts-icon-emblems" type="bool" value="true"/>
|
|
||||||
<property name="misc-symbolic-icons-in-sidepane" type="bool" value="true"/>
|
|
||||||
<property name="misc-middle-click-in-tab" type="bool" value="true"/>
|
|
||||||
<property name="misc-full-path-in-tab-title" type="bool" value="false"/>
|
|
||||||
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/>
|
|
||||||
<property name="last-details-view-column-widths" type="string" value="50,50,122,50,50,85,50,50,754,50,50,58,50,62"/>
|
|
||||||
<property name="last-show-hidden" type="bool" value="true"/>
|
|
||||||
<property name="last-side-pane" type="string" value="THUNAR_SIDEPANE_TYPE_SHORTCUTS"/>
|
|
||||||
</channel>
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-appfinder" version="1.0">
|
|
||||||
<property name="last" type="empty">
|
|
||||||
<property name="window-height" type="int" value="422"/>
|
|
||||||
<property name="window-width" type="int" value="580"/>
|
|
||||||
<property name="pane-position" type="int" value="180"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-desktop" version="1.0">
|
|
||||||
<property name="last-settings-migration-version" type="uint" value="1"/>
|
|
||||||
<property name="backdrop" type="empty">
|
|
||||||
<property name="screen0" type="empty">
|
|
||||||
<property name="monitorDP-1" type="empty">
|
|
||||||
<property name="workspace0" type="empty">
|
|
||||||
<property name="last-image" type="string" value="/home/fscotto/Pictures/walls-catppuccin-mocha/minimalist-black-hole.png"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="monitoreDP-1" type="empty">
|
|
||||||
<property name="workspace0" type="empty">
|
|
||||||
<property name="last-image" type="string" value="/home/fscotto/Pictures/walls-catppuccin-mocha/minimalist-black-hole.png"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="monitorHDMI-A-1" type="empty">
|
|
||||||
<property name="workspace0" type="empty">
|
|
||||||
<property name="last-image" type="string" value="/home/fscotto/Immagini/minimal-black-hole.jpg"/>
|
|
||||||
<property name="image-style" type="int" value="5"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="desktop-icons" type="empty">
|
|
||||||
<property name="icon-size" type="uint" value="48"/>
|
|
||||||
<property name="gravity" type="int" value="0"/>
|
|
||||||
<property name="confirm-sorting" type="bool" value="false"/>
|
|
||||||
</property>
|
|
||||||
<property name="last" type="empty">
|
|
||||||
<property name="window-width" type="int" value="1054"/>
|
|
||||||
<property name="window-height" type="int" value="837"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,196 +0,0 @@
|
|||||||
<?xml version="1.1" 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 name="<Alt><Super>s" type="empty"/>
|
|
||||||
</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="<Alt><Super>s" type="string" value="orca"/>
|
|
||||||
<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_Down" type="empty"/>
|
|
||||||
<property name="<Super>KP_Up" 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_down_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_up_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>
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-mime-settings" version="1.0">
|
|
||||||
<property name="last" type="empty">
|
|
||||||
<property name="window-width" type="int" value="736"/>
|
|
||||||
<property name="window-height" type="int" value="799"/>
|
|
||||||
<property name="mime-width" type="int" value="300"/>
|
|
||||||
<property name="status-width" type="int" value="75"/>
|
|
||||||
<property name="default-width" type="int" value="317"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-notifyd" version="1.0">
|
|
||||||
<property name="log-max-size-enabled" type="bool" value="true"/>
|
|
||||||
<property name="applications" type="empty">
|
|
||||||
<property name="known_applications" type="array">
|
|
||||||
<value type="string" value="blueman"/>
|
|
||||||
<value type="string" value="flameshot"/>
|
|
||||||
<value type="string" value="org.freedesktop.network-manager-applet"/>
|
|
||||||
<value type="string" value="org.telegram.desktop"/>
|
|
||||||
<value type="string" value="org.xfce.Thunar"/>
|
|
||||||
<value type="string" value="Xfce volume control"/>
|
|
||||||
<value type="string" value="Xfce4-notifyd settings"/>
|
|
||||||
<value type="string" value="xfce4-power-manager"/>
|
|
||||||
<value type="string" value="xfce4-settings-helper"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="date-time-custom-format" type="string" value="%a %H:%M:%S"/>
|
|
||||||
</channel>
|
|
||||||
@@ -1,183 +0,0 @@
|
|||||||
<?xml version="1.1" 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"/>
|
|
||||||
<property name="dark-mode" type="bool" value="true"/>
|
|
||||||
<property name="panel-1" type="empty">
|
|
||||||
<property name="position" type="string" value="p=6;x=0;y=0"/>
|
|
||||||
<property name="length" type="double" value="100"/>
|
|
||||||
<property name="position-locked" type="bool" value="true"/>
|
|
||||||
<property name="icon-size" type="uint" value="16"/>
|
|
||||||
<property name="size" type="uint" value="32"/>
|
|
||||||
<property name="plugin-ids" type="array">
|
|
||||||
<value type="int" value="11"/>
|
|
||||||
<value type="int" value="14"/>
|
|
||||||
<value type="int" value="20"/>
|
|
||||||
<value type="int" value="16"/>
|
|
||||||
<value type="int" value="22"/>
|
|
||||||
<value type="int" value="18"/>
|
|
||||||
<value type="int" value="21"/>
|
|
||||||
<value type="int" value="23"/>
|
|
||||||
<value type="int" value="2"/>
|
|
||||||
<value type="int" value="3"/>
|
|
||||||
<value type="int" value="15"/>
|
|
||||||
<value type="int" value="5"/>
|
|
||||||
<value type="int" value="6"/>
|
|
||||||
<value type="int" value="9"/>
|
|
||||||
<value type="int" value="10"/>
|
|
||||||
<value type="int" value="12"/>
|
|
||||||
<value type="int" value="13"/>
|
|
||||||
<value type="int" value="4"/>
|
|
||||||
<value type="int" value="1"/>
|
|
||||||
<value type="int" value="7"/>
|
|
||||||
<value type="int" value="8"/>
|
|
||||||
<value type="int" value="24"/>
|
|
||||||
</property>
|
|
||||||
<property name="span-monitors" type="bool" value="false"/>
|
|
||||||
<property name="output-name" type="string" value="Primary"/>
|
|
||||||
<property name="background-style" type="uint" value="0"/>
|
|
||||||
<property name="enter-opacity" type="uint" value="90"/>
|
|
||||||
<property name="leave-opacity" type="uint" value="90"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="plugins" type="empty">
|
|
||||||
<property name="plugin-2" type="string" value="tasklist">
|
|
||||||
<property name="grouping" type="uint" value="1"/>
|
|
||||||
<property name="flat-buttons" type="bool" value="true"/>
|
|
||||||
<property name="show-handle" type="bool" value="false"/>
|
|
||||||
<property name="show-labels" type="bool" value="true"/>
|
|
||||||
<property name="sort-order" type="uint" value="1"/>
|
|
||||||
<property name="middle-click" type="uint" value="1"/>
|
|
||||||
<property name="include-all-workspaces" type="bool" value="true"/>
|
|
||||||
</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-5" type="string" value="separator">
|
|
||||||
<property name="style" type="uint" value="0"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-6" type="string" value="systray">
|
|
||||||
<property name="square-icons" type="bool" value="true"/>
|
|
||||||
<property name="known-legacy-items" type="array">
|
|
||||||
<value type="string" value="gestore dei processi"/>
|
|
||||||
<value type="string" value="applet networkmanager"/>
|
|
||||||
<value type="string" value="proton mail bridge"/>
|
|
||||||
<value type="string" value="connessione wi-fi «skywifi_4lxsq» attiva: skywifi_4lxsq (57%)"/>
|
|
||||||
<value type="string" value="connessione wi-fi «skywifi_4lxsq» attiva: skywifi_4lxsq (59%)"/>
|
|
||||||
<value type="string" value="connessione wi-fi «skywifi_4lxsq» attiva: skywifi_4lxsq (54%)"/>
|
|
||||||
<value type="string" value="connessione wi-fi «skywifi_4lxsq» attiva: skywifi_4lxsq (61%)"/>
|
|
||||||
<value type="string" value="connessione wi-fi «skywifi_4lxsq» attiva: skywifi_4lxsq (55%)"/>
|
|
||||||
<value type="string" value="connessione wi-fi «skywifi_4lxsq» attiva: skywifi_4lxsq (65%)"/>
|
|
||||||
<value type="string" value="connessione wi-fi «skywifi_4lxsq» attiva: skywifi_4lxsq (74%)"/>
|
|
||||||
<value type="string" value="connessione wi-fi «skywifi_4lxsq» attiva: skywifi_4lxsq (62%)"/>
|
|
||||||
<value type="string" value="connessione wi-fi «skywifi_4lxsq» attiva: skywifi_4lxsq (63%)"/>
|
|
||||||
<value type="string" value="blueman-tray"/>
|
|
||||||
<value type="string" value="blueman"/>
|
|
||||||
<value type="string" value="task manager"/>
|
|
||||||
<value type="string" value="clipman"/>
|
|
||||||
</property>
|
|
||||||
<property name="known-items" type="array">
|
|
||||||
<value type="string" value="Proton Mail Bridge"/>
|
|
||||||
<value type="string" value="ProtonMailBridge"/>
|
|
||||||
<value type="string" value="blueman"/>
|
|
||||||
<value type="string" value="flameshot"/>
|
|
||||||
<value type="string" value="TelegramDesktop"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-7" type="string" value="separator">
|
|
||||||
<property name="style" type="uint" value="0"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-8" type="string" value="clock"/>
|
|
||||||
<property name="plugin-11" type="string" value="whiskermenu">
|
|
||||||
<property name="position-search-alternate" type="bool" value="true"/>
|
|
||||||
<property name="position-categories-alternate" type="bool" value="false"/>
|
|
||||||
<property name="position-profile-alternate" type="bool" value="true"/>
|
|
||||||
<property name="position-categories-horizontal" type="bool" value="true"/>
|
|
||||||
<property name="position-commands-alternate" type="bool" value="true"/>
|
|
||||||
<property name="button-single-row" type="bool" value="false"/>
|
|
||||||
<property name="hover-switch-category" type="bool" value="true"/>
|
|
||||||
<property name="view-mode" type="int" value="0"/>
|
|
||||||
<property name="launcher-show-name" type="bool" value="true"/>
|
|
||||||
<property name="category-icon-size" type="int" value="0"/>
|
|
||||||
<property name="launcher-icon-size" type="int" value="3"/>
|
|
||||||
<property name="menu-opacity" type="int" value="100"/>
|
|
||||||
<property name="show-command-settings" type="bool" value="false"/>
|
|
||||||
<property name="show-command-menueditor" type="bool" value="false"/>
|
|
||||||
<property name="show-command-profile" type="bool" value="true"/>
|
|
||||||
<property name="button-icon" type="string" value="void-logo"/>
|
|
||||||
<property name="recent" type="array">
|
|
||||||
<value type="string" value="chromium.desktop"/>
|
|
||||||
<value type="string" value="org.gnome.Shotwell.desktop"/>
|
|
||||||
<value type="string" value="xfce-settings-manager.desktop"/>
|
|
||||||
<value type="string" value="lightdm-gtk-greeter-settings.desktop"/>
|
|
||||||
<value type="string" value="virt-manager.desktop"/>
|
|
||||||
<value type="string" value="org.telegram.desktop.desktop"/>
|
|
||||||
<value type="string" value="io.gitlab.librewolf-community.desktop"/>
|
|
||||||
<value type="string" value="org.xfce.ristretto.desktop"/>
|
|
||||||
</property>
|
|
||||||
<property name="menu-width" type="int" value="700"/>
|
|
||||||
<property name="menu-height" type="int" value="500"/>
|
|
||||||
<property name="favorites" type="array">
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-12" type="string" value="mailwatch"/>
|
|
||||||
<property name="plugin-14" type="string" value="separator">
|
|
||||||
<property name="style" type="uint" value="1"/>
|
|
||||||
</property>
|
|
||||||
<property name="clipman" type="empty">
|
|
||||||
<property name="settings" type="empty">
|
|
||||||
<property name="show-qr-code" type="bool" value="true"/>
|
|
||||||
<property name="add-primary-clipboard" type="bool" value="true"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-1" type="string" value="power-manager-plugin"/>
|
|
||||||
<property name="plugin-9" type="string" value="cpufreq"/>
|
|
||||||
<property name="plugin-10" type="string" value="fsguard"/>
|
|
||||||
<property name="plugin-13" type="string" value="xkb">
|
|
||||||
<property name="display-name" type="uint" value="1"/>
|
|
||||||
<property name="display-tooltip-icon" type="bool" value="true"/>
|
|
||||||
<property name="group-policy" type="uint" value="0"/>
|
|
||||||
<property name="show-notifications" type="bool" value="false"/>
|
|
||||||
<property name="display-scale" type="uint" value="50"/>
|
|
||||||
<property name="display-type" type="uint" value="1"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-15" type="string" value="xfce4-mpc-plugin"/>
|
|
||||||
<property name="plugin-18" type="string" value="launcher">
|
|
||||||
<property name="items" type="array">
|
|
||||||
<value type="string" value="17703246421.desktop"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-20" type="string" value="launcher">
|
|
||||||
<property name="items" type="array">
|
|
||||||
<value type="string" value="17703246593.desktop"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-21" type="string" value="launcher">
|
|
||||||
<property name="items" type="array">
|
|
||||||
<value type="string" value="17703246714.desktop"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-22" type="string" value="launcher">
|
|
||||||
<property name="items" type="array">
|
|
||||||
<value type="string" value="17705740092.desktop"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-23" type="string" value="separator">
|
|
||||||
<property name="style" type="uint" value="1"/>
|
|
||||||
<property name="expand" type="bool" value="false"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-24" type="string" value="separator"/>
|
|
||||||
<property name="plugin-4" type="string" value="pulseaudio">
|
|
||||||
<property name="enable-keyboard-shortcuts" type="bool" value="true"/>
|
|
||||||
<property name="known-players" type="string" value="Chromium;Firefox;librewolf;org.telegram.desktop;spotify"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-16" type="string" value="launcher">
|
|
||||||
<property name="items" type="array">
|
|
||||||
<value type="string" value="17707444971.desktop"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-power-manager" version="1.0">
|
|
||||||
<property name="xfce4-power-manager" 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 name="show-panel-label" type="int" value="0"/>
|
|
||||||
<property name="show-presentation-indicator" type="bool" value="false"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-screensaver" version="1.0">
|
|
||||||
<property name="saver" type="empty">
|
|
||||||
<property name="mode" type="int" value="0"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-screenshooter" version="1.0">
|
|
||||||
<property name="actions" type="empty">
|
|
||||||
<property name="actions" type="int" value="1"/>
|
|
||||||
<property name="action-0" type="empty">
|
|
||||||
<property name="name" type="string" value=""/>
|
|
||||||
<property name="command" type="string" value=""/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-session" version="1.0">
|
|
||||||
<property name="general" type="empty">
|
|
||||||
<property name="FailsafeSessionName" type="empty"/>
|
|
||||||
<property name="LockCommand" type="empty"/>
|
|
||||||
<property name="SessionName" type="string" value="Default"/>
|
|
||||||
</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 name="FailsafeWayland" 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>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-settings-editor" version="1.0">
|
|
||||||
<property name="last" type="empty">
|
|
||||||
<property name="window-width" type="int" value="1338"/>
|
|
||||||
<property name="window-height" type="int" value="775"/>
|
|
||||||
<property name="paned-position" type="int" value="180"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-settings-manager" version="1.0">
|
|
||||||
<property name="last" type="empty">
|
|
||||||
<property name="window-width" type="int" value="1354"/>
|
|
||||||
<property name="window-height" type="int" value="825"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-taskmanager" version="1.0">
|
|
||||||
<property name="interface" type="empty">
|
|
||||||
<property name="show-all-processes" type="bool" value="false"/>
|
|
||||||
<property name="full-command-line" type="bool" value="true"/>
|
|
||||||
<property name="process-tree" type="bool" value="true"/>
|
|
||||||
</property>
|
|
||||||
<property name="show-status-icon" type="bool" value="true"/>
|
|
||||||
<property name="columns" type="empty">
|
|
||||||
<property name="column-ppid" type="bool" value="true"/>
|
|
||||||
</property>
|
|
||||||
<property name="window-maximized" type="bool" value="false"/>
|
|
||||||
<property name="window-width" type="int" value="1148"/>
|
|
||||||
<property name="window-height" type="int" value="944"/>
|
|
||||||
</channel>
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-terminal" version="1.0">
|
|
||||||
<property name="misc-cursor-blinks" type="bool" value="true"/>
|
|
||||||
<property name="font-use-system" type="bool" value="true"/>
|
|
||||||
<property name="misc-menubar-default" type="bool" value="false"/>
|
|
||||||
<property name="misc-borders-default" type="bool" value="true"/>
|
|
||||||
<property name="color-use-theme" type="bool" value="false"/>
|
|
||||||
<property name="misc-default-geometry" type="string" value="145x35"/>
|
|
||||||
<property name="color-foreground" type="string" value="#ffffff"/>
|
|
||||||
<property name="color-background" type="string" value="#000000"/>
|
|
||||||
<property name="color-background-vary" type="bool" value="false"/>
|
|
||||||
<property name="color-cursor-foreground" type="string" value=""/>
|
|
||||||
<property name="color-cursor" type="string" value=""/>
|
|
||||||
<property name="color-cursor-use-default" type="bool" value="true"/>
|
|
||||||
<property name="color-selection" type="string" value=""/>
|
|
||||||
<property name="color-selection-background" type="string" value=""/>
|
|
||||||
<property name="color-selection-use-default" type="bool" value="true"/>
|
|
||||||
<property name="color-bold" type="string" value=""/>
|
|
||||||
<property name="color-bold-use-default" type="bool" value="true"/>
|
|
||||||
<property name="color-palette" type="string" value="#000000;#aa0000;#00aa00;#aa5500;#0000aa;#aa00aa;#00aaaa;#aaaaaa;#555555;#ff5555;#55ff55;#ffff55;#5555ff;#ff55ff;#55ffff;#ffffff"/>
|
|
||||||
<property name="color-bold-is-bright" type="bool" value="true"/>
|
|
||||||
<property name="tab-activity-color" type="string" value="#aa0000"/>
|
|
||||||
<property name="background-mode" type="string" value="TERMINAL_BACKGROUND_SOLID"/>
|
|
||||||
<property name="background-darkness" type="double" value="0.94999999999999996"/>
|
|
||||||
<property name="font-allow-bold" type="bool" value="true"/>
|
|
||||||
<property name="font-name" type="string" value="FiraCode Nerd Font 14"/>
|
|
||||||
<property name="kinetic-scrolling" type="bool" value="true"/>
|
|
||||||
<property name="scrolling-bar" type="string" value="TERMINAL_SCROLLBAR_NONE"/>
|
|
||||||
<property name="scrolling-unlimited" type="bool" value="false"/>
|
|
||||||
<property name="scrolling-lines" type="uint" value="10000"/>
|
|
||||||
<property name="overlay-scrolling" type="bool" value="false"/>
|
|
||||||
</channel>
|
|
||||||
@@ -1,91 +0,0 @@
|
|||||||
<?xml version="1.1" 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="true"/>
|
|
||||||
<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="true"/>
|
|
||||||
<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="Yaru-dark"/>
|
|
||||||
<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="false"/>
|
|
||||||
<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="Workspace 1"/>
|
|
||||||
<value type="string" value="Workspace 2"/>
|
|
||||||
<value type="string" value="Workspace 3"/>
|
|
||||||
<value type="string" value="Workspace 4"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,42 +0,0 @@
|
|||||||
<?xml version="1.1" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xsettings" version="1.0">
|
|
||||||
<property name="Net" type="empty">
|
|
||||||
<property name="ThemeName" type="string" value="Yaru-purple-dark"/>
|
|
||||||
<property name="IconThemeName" type="string" value="Yaru-purple-dark"/>
|
|
||||||
<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="int" value="1"/>
|
|
||||||
<property name="Hinting" type="int" value="0"/>
|
|
||||||
<property name="HintStyle" type="string" value="hintnone"/>
|
|
||||||
<property name="RGBA" type="string" value="none"/>
|
|
||||||
</property>
|
|
||||||
<property name="Gtk" type="empty">
|
|
||||||
<property name="CanChangeAccels" type="bool" value="false"/>
|
|
||||||
<property name="ColorPalette" type="empty"/>
|
|
||||||
<property name="FontName" type="string" value="Liberation Sans 10"/>
|
|
||||||
<property name="MonospaceFontName" type="string" value="Liberation Mono 14"/>
|
|
||||||
<property name="IconSizes" type="empty"/>
|
|
||||||
<property name="KeyThemeName" 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="string" value="icon,menu:minimize,maximize,close"/>
|
|
||||||
<property name="DialogsUseHeader" type="bool" value="false"/>
|
|
||||||
<property name="TitlebarMiddleClick" type="empty"/>
|
|
||||||
</property>
|
|
||||||
<property name="Gdk" type="empty">
|
|
||||||
<property name="WindowScalingFactor" type="empty"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
Reference in New Issue
Block a user