Compare commits
53 Commits
wsl2
...
fd85cd559d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd85cd559d | ||
|
|
d0ed6c5657 | ||
|
|
e37d4a83c9 | ||
|
|
06b9a3d0e0 | ||
|
|
0984d55782 | ||
|
|
75eae85f4d | ||
|
|
138bd18d4f | ||
|
|
c2f24b8f78 | ||
|
|
f8fb141dbf | ||
|
|
370e481660 | ||
|
|
5de2888735 | ||
|
|
f487fb1b0a | ||
|
|
4cc18e3095 | ||
|
|
2d3ace8225 | ||
|
|
776bcef1e7 | ||
|
|
ff61db13d4 | ||
|
|
2701360563 | ||
|
|
b46e263d32 | ||
|
|
7be5ed57da | ||
|
|
afcce178d7 | ||
|
|
7bd99a8afa | ||
|
|
5ab4606691 | ||
|
|
f136aaa030 | ||
|
|
8340512f17 | ||
|
|
88f17ff438 | ||
|
|
5948c1256a | ||
|
|
db4f52a064 | ||
|
|
2d510d289c | ||
|
|
6e20358ad6 | ||
|
|
fc6f51343d | ||
|
|
0e396c05b2 | ||
|
|
dc7a0d0987 | ||
|
|
7711e4156f | ||
|
|
c793146ebb | ||
|
|
56bfec57ca | ||
|
|
009385e3fd | ||
|
|
bf00633d7c | ||
|
|
db782bb84a | ||
|
|
70b7da4461 | ||
|
|
4b1509acf7 | ||
|
|
457fa93727 | ||
|
|
414317c19f | ||
|
|
2e14989a23 | ||
|
|
1839f9e875 | ||
|
|
c80216989c | ||
|
|
7c620dba19 | ||
|
|
d1ee31378d | ||
|
|
bf33a8bbd7 | ||
|
|
42deab7c3e | ||
|
|
ed2c9d2b6a | ||
|
|
3e4baa2b63 | ||
|
|
1d937b9316 | ||
|
|
75de8dcadb |
@@ -187,7 +187,6 @@ 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
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
if [ -e "$HOME/.cargo" ]; then
|
|
||||||
source "$HOME/.cargo/env"
|
|
||||||
fi
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
#!/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,5 +2,10 @@
|
|||||||
|
|
||||||
# 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,8 +15,7 @@ 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="emacs -nw"
|
export EDITOR=nano
|
||||||
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"
|
||||||
@@ -47,6 +46,8 @@ 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,12 +5,16 @@
|
|||||||
* 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:
|
||||||
|
*** [[https://lwn.net/headlines/rss][LWN News]] :linux: :kernel: :programming: :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:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCqZe2cxQNCvgkQxUuqsIaig][Esadecimale]] :emacs: :programming: :security:
|
||||||
*** [[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,7 +16,10 @@
|
|||||||
(load-theme 'nordic-night t)
|
(load-theme 'nordic-night t)
|
||||||
|
|
||||||
;; Setting default font
|
;; Setting default font
|
||||||
(set-frame-font "UbuntuSansMono Nerd Font 16" nil t)
|
(set-frame-font "Liberation Mono 14" 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
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
:defer 1
|
:defer 1
|
||||||
:init
|
:init
|
||||||
;; Root detection
|
;; Root detection
|
||||||
(setq projectile-project-search-path '("~/Projects" "~/Work" "~/Progetti"))
|
(setq projectile-project-search-path '("~/Projects" "~/Work" "~/Progetti" "~/.local/src"))
|
||||||
(setq projectile-completion-system 'ivy)
|
(setq projectile-completion-system 'ivy)
|
||||||
:config
|
:config
|
||||||
;; Performance
|
;; Performance
|
||||||
|
|||||||
@@ -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 "pass show icloud-mail"
|
PassCmd "secret-tool lookup icloud-mail icloud"
|
||||||
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 "pass show protonmail-bridge"
|
PassCmd "secret-tool lookup protonmail-bridge protonmail"
|
||||||
AuthMechs *
|
AuthMechs *
|
||||||
SSLType STARTTLS
|
SSLType STARTTLS
|
||||||
PipelineDepth 1
|
PipelineDepth 1
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
[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
|
||||||
@@ -25,6 +24,13 @@
|
|||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
|
tool = meld
|
||||||
|
|
||||||
|
[mergetool]
|
||||||
|
prompt = false
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
tool = meld
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = always
|
ui = always
|
||||||
@@ -75,6 +81,3 @@
|
|||||||
colorMoved = default
|
colorMoved = default
|
||||||
tabs = 4
|
tabs = 4
|
||||||
side-by-side = true
|
side-by-side = true
|
||||||
|
|
||||||
[credential]
|
|
||||||
helper = manager-core
|
|
||||||
|
|||||||
@@ -17,12 +17,12 @@ set $down j
|
|||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
|
|
||||||
set $term 'alacritty'
|
set $term 'xfce4-terminal'
|
||||||
set $editor 'emacs'
|
set $editor 'emacs'
|
||||||
set $filemanager 'nemo'
|
set $filemanager 'thunar'
|
||||||
set $notification 'dunst'
|
set $notification 'dunst'
|
||||||
set $browser 'org.mozilla.firefox'
|
set $browser 'chromium'
|
||||||
set $clipboard 'diodon'
|
set $clipboard 'xfce4-clipman'
|
||||||
|
|
||||||
# Define names for default workspaces for which we configure key bindings later on.
|
# Define names for default workspaces for which we configure key bindings later on.
|
||||||
# We use variables to avoid repeating the names in multiple places.
|
# We use variables to avoid repeating the names in multiple places.
|
||||||
@@ -43,48 +43,32 @@ set $ws10 "10"
|
|||||||
###############################################################
|
###############################################################
|
||||||
###############################################################
|
###############################################################
|
||||||
|
|
||||||
# Import Catppuccin theme defined colors
|
# Define colors variables:
|
||||||
set $rosewater #f5e0dc
|
set $darkbluetrans #08052be6
|
||||||
set $flamingo #f2cdcd
|
set $darkblue #08052b
|
||||||
set $pink #f5c2e7
|
set $lightblue #5294e2
|
||||||
set $mauve #cba6f7
|
set $urgentred #e53935
|
||||||
set $red #f38ba8
|
set $white #ffffff
|
||||||
set $maroon #eba0ac
|
set $black #000000
|
||||||
set $peach #fab387
|
set $purple #e345ff
|
||||||
set $yellow #f9e2af
|
set $darkgrey #383c4a
|
||||||
set $green #a6e3a1
|
set $grey #b0b5bd
|
||||||
set $teal #94e2d5
|
set $mediumgrey #8b8b8b
|
||||||
set $sky #89dceb
|
set $yellowbrown #e1b700
|
||||||
set $sapphire #74c7ec
|
|
||||||
set $blue #89b4fa
|
|
||||||
set $lavender #b4befe
|
|
||||||
set $text #cdd6f4
|
|
||||||
set $subtext1 #bac2de
|
|
||||||
set $subtext0 #a6adc8
|
|
||||||
set $overlay2 #9399b2
|
|
||||||
set $overlay1 #7f849c
|
|
||||||
set $overlay0 #6c7086
|
|
||||||
set $surface2 #585b70
|
|
||||||
set $surface1 #45475a
|
|
||||||
set $surface0 #313244
|
|
||||||
set $base #1e1e2e
|
|
||||||
set $mantle #181825
|
|
||||||
set $crust #11111b
|
|
||||||
|
|
||||||
# target title bg text indicator border
|
# define colors for windows:
|
||||||
client.focused $lavender $base $text $rosewater $lavender
|
#class border bground text indicator child_border
|
||||||
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
|
client.focused $lightblue $darkblue $white $mediumgrey $mediumgrey
|
||||||
client.unfocused $overlay0 $base $text $rosewater $overlay0
|
client.unfocused $darkblue $darkblue $grey $darkgrey $darkgrey
|
||||||
client.urgent $peach $base $peach $overlay0 $peach
|
client.focused_inactive $darkblue $darkblue $grey $black $black
|
||||||
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
client.urgent $urgentred $urgentred $white $yellowbrown $yellowbrown
|
||||||
client.background $base
|
|
||||||
|
|
||||||
# Setting cursor
|
# Setting cursor
|
||||||
# seat seat0 xcursor_theme catppuccin-mocha-lavender-cursors 25
|
# seat seat0 xcursor_theme catppuccin-mocha-lavender-cursors 25
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
font pango:Noto Sans Regular 10
|
font pango:Liberation Sans Regular 10
|
||||||
|
|
||||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||||
@@ -96,6 +80,9 @@ default_floating_border pixel 3
|
|||||||
gaps inner 5
|
gaps inner 5
|
||||||
gaps outer 5
|
gaps outer 5
|
||||||
|
|
||||||
|
# Apply wallpaper
|
||||||
|
exec_always --no-startup-id feh --bg-scale ~/.config/i3/wallpaper.jpg
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
###############################################################
|
###############################################################
|
||||||
################## WORKSPACES ##################
|
################## WORKSPACES ##################
|
||||||
@@ -122,6 +109,7 @@ for_window [class="Spotify"] floating enable, resize set 1280 1024, move scratch
|
|||||||
# Workspaces
|
# Workspaces
|
||||||
assign [class="Emacs"] 1
|
assign [class="Emacs"] 1
|
||||||
assign [class="firefox"] 2
|
assign [class="firefox"] 2
|
||||||
|
assign [class="chromium"] 2
|
||||||
assign [class="Telegram"] 3
|
assign [class="Telegram"] 3
|
||||||
assign [class="discord"] 3
|
assign [class="discord"] 3
|
||||||
|
|
||||||
@@ -156,12 +144,14 @@ mode "launcher" {
|
|||||||
}
|
}
|
||||||
bindsym $mod+d mode "launcher"
|
bindsym $mod+d mode "launcher"
|
||||||
|
|
||||||
bindsym $mod+Shift+f exec "nemo"
|
bindsym $mod+Shift+f exec $filemanager
|
||||||
bindsym $mod+Shift+b exec "flatpak run org.mozilla.firefox"
|
bindsym $mod+Shift+b exec $browser
|
||||||
bindsym $mod+Shift+t exec "flatpak run org.telegram.desktop"
|
bindsym $mod+Shift+t exec "flatpak run org.telegram.desktop"
|
||||||
bindsym $mod+Shift+e exec $editor
|
bindsym $mod+Shift+e exec $editor
|
||||||
bindsym Print exec flameshot gui
|
bindsym Print exec xfce4-screenshooter
|
||||||
bindsym $mod+Shift+v exec --no-startup-id $clipboard
|
bindsym Shift+Print exec xfce4-screenshooter -r
|
||||||
|
bindsym Alt+Print exec xfce4-screenshooter -w
|
||||||
|
bindsym $mod+Shift+v exec --no-startup-id xfce4-clipman-history
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
@@ -170,7 +160,7 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ to
|
|||||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +5%
|
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +5%
|
||||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%-
|
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%-
|
||||||
bindsym $mod+Mod1+l exec ~/.config/i3/scripts/lockscreen.sh
|
#bindsym $mod+Mod1+l exec ~/.config/i3/scripts/lockscreen.sh
|
||||||
|
|
||||||
# use Mouse+Mod4 to drag floating windows to their wanted position
|
# use Mouse+Mod4 to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
@@ -267,8 +257,6 @@ bindsym $mod+comma workspace prev
|
|||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||||
bindsym $mod+Shift+r restart
|
bindsym $mod+Shift+r restart
|
||||||
# exit i3 (logs you out of your X session)
|
|
||||||
#bindsym $mod+Shift+e exec ~/.config/i3/scripts/poweroff.sh
|
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
@@ -296,53 +284,3 @@ mode "resize" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
###############################################################
|
|
||||||
###############################################################
|
|
||||||
################## AUTOSTART ##################
|
|
||||||
###############################################################
|
|
||||||
###############################################################
|
|
||||||
|
|
||||||
# Start XDG autostart .desktop files using dex. See also
|
|
||||||
# https://wiki.archlinux.org/index.php/XDG_Autostart
|
|
||||||
exec --no-startup-id dex --autostart --environment i3
|
|
||||||
|
|
||||||
# The combination of xss-lock, nm-applet and pactl is a popular choice, so
|
|
||||||
# they are included here as an example. Modify as you see fit.
|
|
||||||
|
|
||||||
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
|
|
||||||
# screen before suspend. Use loginctl lock-session to lock your screen.
|
|
||||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
|
||||||
|
|
||||||
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
|
||||||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
|
||||||
exec --no-startup-id nm-applet
|
|
||||||
|
|
||||||
# Polkit Authentication agent
|
|
||||||
exec_always --no-startup-id /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
|
|
||||||
|
|
||||||
### Apply wallpaper
|
|
||||||
exec_always --no-startup-id feh --bg-scale ~/.config/i3/wallpaper.jpg
|
|
||||||
|
|
||||||
### Run status bar
|
|
||||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
|
||||||
|
|
||||||
### Run in background X11 compositor
|
|
||||||
exec_always --no-startup-id picom --config ~/.config/picom/picom.conf
|
|
||||||
|
|
||||||
### Run in background notification daemon
|
|
||||||
exec_always --no-startup-id $notification
|
|
||||||
|
|
||||||
exec --no-startup-id $clipboard
|
|
||||||
|
|
||||||
### Enable autolock
|
|
||||||
exec_always xautolock -time 5 -locker ~/.config/i3/scripts/lockscreen.sh -detectsleep
|
|
||||||
|
|
||||||
### Run screenshot tool
|
|
||||||
exec flameshot
|
|
||||||
|
|
||||||
### Run my preferred editor
|
|
||||||
# exec $editor
|
|
||||||
|
|
||||||
### Run my preferred browser
|
|
||||||
exec flatpak run $browser
|
|
||||||
|
|||||||
@@ -18,4 +18,6 @@ configuration {
|
|||||||
display-filebrowser: " filebrowser:";
|
display-filebrowser: " filebrowser:";
|
||||||
}
|
}
|
||||||
|
|
||||||
@theme "/home/fscotto/.config/rofi/themes/catppuccin-lavrent-mocha.rasi"
|
//@theme "/home/fscotto/.config/rofi/themes/catppuccin-lavrent-mocha.rasi"
|
||||||
|
|
||||||
|
@theme "/usr/share/rofi/themes/glue_pro_blue.rasi"
|
||||||
|
|||||||
130
xfce/.config/Thunar/accels.scm
Normal file
130
xfce/.config/Thunar/accels.scm
Normal file
@@ -0,0 +1,130 @@
|
|||||||
|
; 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" "")
|
||||||
15
xfce/.config/Thunar/uca.xml
Normal file
15
xfce/.config/Thunar/uca.xml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?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>
|
||||||
47
xfce/.config/xfce4/desktop/accels.scm
Normal file
47
xfce/.config/xfce4/desktop/accels.scm
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
; xfdesktop GtkAccelMap rc-file -*- scheme -*-
|
||||||
|
; this file is an automated accelerator map dump
|
||||||
|
;
|
||||||
|
; (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/cut-2" "")
|
||||||
|
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/cut" "<Primary>x")
|
||||||
|
; (gtk_accel_path "<Actions>/XfdesktopIconView/unselect-all" "Escape")
|
||||||
|
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/copy-2" "<Primary>Insert")
|
||||||
|
; (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/properties" "<Alt>Return")
|
||||||
|
; (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>/XfdesktopIconView/activate-4" "ISO_Enter")
|
||||||
|
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/delete" "<Shift>Delete")
|
||||||
|
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/paste" "<Primary>v")
|
||||||
|
; (gtk_accel_path "<Actions>/XfdesktopFileIconManager/rename" "F2")
|
||||||
|
; (gtk_accel_path "<Actions>/XfdesktopIconView/arrange-icons" "")
|
||||||
|
; (gtk_accel_path "<Actions>/XfceDesktop/secondary-menu-2" "<Primary>Menu")
|
||||||
73
xfce/.config/xfce4/desktop/icons.screen0.yaml
Normal file
73
xfce/.config/xfce4/desktop/icons.screen0.yaml
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
#
|
||||||
|
# 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
|
||||||
2
xfce/.config/xfce4/helpers.rc
Normal file
2
xfce/.config/xfce4/helpers.rc
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
WebBrowser=chromium
|
||||||
|
|
||||||
11
xfce/.config/xfce4/panel/i3-workspaces-9.rc
Normal file
11
xfce/.config/xfce4/panel/i3-workspaces-9.rc
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
use_css=false
|
||||||
|
normal_color=rgb(154,153,150)
|
||||||
|
focused_color=rgb(255,255,255)
|
||||||
|
urgent_color=rgb(255,0,0)
|
||||||
|
mode_color=rgb(119,118,123)
|
||||||
|
visible_color=rgb(0,0,0)
|
||||||
|
css=.workspace { }\n.workspace.visible { }\n.workspace.focused { font-weight: bold; }\n.workspace.urgent { color: red; }\n.binding-mode { }\n
|
||||||
|
strip_workspace_numbers=false
|
||||||
|
auto_detect_outputs=false
|
||||||
|
output=
|
||||||
|
|
||||||
44
xfce/.config/xfce4/panel/xfce4-clipman-actions.xml
Normal file
44
xfce/.config/xfce4/panel/xfce4-clipman-actions.xml
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
<?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>
|
||||||
10
xfce/.config/xfce4/panel/xfce4-mpc-plugin-15.rc
Normal file
10
xfce/.config/xfce4/panel/xfce4-mpc-plugin-15.rc
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[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%
|
||||||
|
|
||||||
12
xfce/.config/xfce4/xfce4-screenshooter
Normal file
12
xfce/.config/xfce4/xfce4-screenshooter
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
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=1
|
||||||
|
show_mouse=0
|
||||||
|
show_border=0
|
||||||
|
|
||||||
25
xfce/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
Normal file
25
xfce/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
<?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>
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
<?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>
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
<?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>
|
||||||
11
xfce/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml
Normal file
11
xfce/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?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>
|
||||||
22
xfce/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Normal file
22
xfce/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
<?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="1698"/>
|
||||||
|
<property name="last-window-height" type="int" value="1331"/>
|
||||||
|
<property name="last-window-maximized" type="bool" value="true"/>
|
||||||
|
<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="false"/>
|
||||||
|
<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>
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
<?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>
|
||||||
@@ -0,0 +1,34 @@
|
|||||||
|
<?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>
|
||||||
@@ -0,0 +1,169 @@
|
|||||||
|
<?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="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>
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
<?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>
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
<?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"/>
|
||||||
|
<property name="notify-location" type="string" value="top-right"/>
|
||||||
|
<property name="theme" type="string" value="Default"/>
|
||||||
|
</channel>
|
||||||
171
xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
Normal file
171
xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
Normal file
@@ -0,0 +1,171 @@
|
|||||||
|
<?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="24"/>
|
||||||
|
<value type="int" value="9"/>
|
||||||
|
<value type="int" value="14"/>
|
||||||
|
<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="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="19"/>
|
||||||
|
</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="false"/>
|
||||||
|
<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 name="show-wireframes" type="bool" value="false"/>
|
||||||
|
</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="connessione wi-fi «skywifi_4lxsq» attiva: skywifi_4lxsq (58%)"/>
|
||||||
|
<value type="string" value="connessione wi-fi «skywifi_4lxsq» attiva: skywifi_4lxsq (60%)"/>
|
||||||
|
<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 name="icon-size" type="int" value="0"/>
|
||||||
|
<property name="single-row" type="bool" value="true"/>
|
||||||
|
<property name="hide-new-items" type="bool" value="true"/>
|
||||||
|
<property name="menu-is-primary" type="bool" value="true"/>
|
||||||
|
<property name="symbolic-icons" type="bool" value="true"/>
|
||||||
|
</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="timezone" type="string" value="Europe/Rome"/>
|
||||||
|
<property name="show-week-numbers" type="bool" value="false"/>
|
||||||
|
<property name="digital-date-font" type="string" value="Liberation Sans 10"/>
|
||||||
|
<property name="digital-time-font" type="string" value="Liberation Sans 10"/>
|
||||||
|
<property name="tooltip-format" type="string" value="%A %d %B %Y"/>
|
||||||
|
<property name="digital-layout" type="uint" value="0"/>
|
||||||
|
</property>
|
||||||
|
<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="org.telegram.desktop.desktop"/>
|
||||||
|
<value type="string" value="xfce4-taskmanager.desktop"/>
|
||||||
|
<value type="string" value="org.xfce.mousepad.desktop"/>
|
||||||
|
<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="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">
|
||||||
|
<value type="string" value="xfce4-web-browser.desktop"/>
|
||||||
|
<value type="string" value="xfce4-mail-reader.desktop"/>
|
||||||
|
<value type="string" value="xfce4-file-manager.desktop"/>
|
||||||
|
<value type="string" value="xfce-settings-manager.desktop"/>
|
||||||
|
</property>
|
||||||
|
<property name="show-button-title" type="bool" value="false"/>
|
||||||
|
<property name="button-title" type="string" value=" Applicazioni"/>
|
||||||
|
</property>
|
||||||
|
<property name="plugin-14" type="string" value="separator">
|
||||||
|
<property name="style" type="uint" value="0"/>
|
||||||
|
</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-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="true"/>
|
||||||
|
<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-24" type="string" value="separator">
|
||||||
|
<property name="style" type="uint" value="0"/>
|
||||||
|
</property>
|
||||||
|
<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;io.github.celluloid_player.Celluloid;librewolf;org.telegram.desktop;spotify"/>
|
||||||
|
</property>
|
||||||
|
<property name="plugin-19" type="string" value="separator"/>
|
||||||
|
<property name="plugin-9" type="string" value="i3-workspaces"/>
|
||||||
|
</property>
|
||||||
|
</channel>
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
<?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>
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
<?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>
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
<?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>
|
||||||
@@ -0,0 +1,46 @@
|
|||||||
|
<?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>
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
<?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>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?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>
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
<?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="true"/>
|
||||||
|
<property name="window-width" type="int" value="1148"/>
|
||||||
|
<property name="window-height" type="int" value="944"/>
|
||||||
|
</channel>
|
||||||
@@ -0,0 +1,33 @@
|
|||||||
|
<?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>
|
||||||
91
xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
Normal file
91
xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
Normal file
@@ -0,0 +1,91 @@
|
|||||||
|
<?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="2"/>
|
||||||
|
<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="1"/>
|
||||||
|
<value type="string" value="2"/>
|
||||||
|
<value type="string" value="3"/>
|
||||||
|
<value type="string" value="4"/>
|
||||||
|
</property>
|
||||||
|
</property>
|
||||||
|
</channel>
|
||||||
42
xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
Normal file
42
xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
<?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-blue-dark"/>
|
||||||
|
<property name="IconThemeName" type="string" value="Yaru-blue-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