Replace XFCE window manager with i3
This commit is contained in:
@@ -17,12 +17,12 @@ set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
|
||||
set $term 'alacritty'
|
||||
set $term 'xfce4-terminal'
|
||||
set $editor 'emacs'
|
||||
set $filemanager 'nemo'
|
||||
set $filemanager 'thunar'
|
||||
set $notification 'dunst'
|
||||
set $browser 'org.mozilla.firefox'
|
||||
set $clipboard 'diodon'
|
||||
set $browser 'chromium'
|
||||
set $clipboard 'xfce4-clipman'
|
||||
|
||||
# Define names for default workspaces for which we configure key bindings later on.
|
||||
# We use variables to avoid repeating the names in multiple places.
|
||||
@@ -43,33 +43,12 @@ set $ws10 "10"
|
||||
###############################################################
|
||||
###############################################################
|
||||
|
||||
# Import Catppuccin theme defined colors
|
||||
set $rosewater #f5e0dc
|
||||
set $flamingo #f2cdcd
|
||||
set $pink #f5c2e7
|
||||
set $mauve #cba6f7
|
||||
set $red #f38ba8
|
||||
set $maroon #eba0ac
|
||||
set $peach #fab387
|
||||
set $yellow #f9e2af
|
||||
set $green #a6e3a1
|
||||
set $teal #94e2d5
|
||||
set $sky #89dceb
|
||||
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
|
||||
set $lavender '#813d9c'
|
||||
set $base '#000000'
|
||||
set $text '#000000'
|
||||
set $rosewater '#dc8add'
|
||||
set $overlay0 '#5e5c64'
|
||||
set $peach '#e66100'
|
||||
|
||||
# target title bg text indicator border
|
||||
client.focused $lavender $base $text $rosewater $lavender
|
||||
@@ -84,7 +63,7 @@ client.background $base
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# 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
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
@@ -96,6 +75,9 @@ default_floating_border pixel 3
|
||||
gaps inner 5
|
||||
gaps outer 5
|
||||
|
||||
# Apply wallpaper
|
||||
exec_always --no-startup-id feh --bg-scale ~/.config/i3/wallpaper.jpg
|
||||
|
||||
###############################################################
|
||||
###############################################################
|
||||
################## WORKSPACES ##################
|
||||
@@ -122,6 +104,7 @@ for_window [class="Spotify"] floating enable, resize set 1280 1024, move scratch
|
||||
# Workspaces
|
||||
assign [class="Emacs"] 1
|
||||
assign [class="firefox"] 2
|
||||
assign [class="chromium"] 2
|
||||
assign [class="Telegram"] 3
|
||||
assign [class="discord"] 3
|
||||
|
||||
@@ -156,12 +139,14 @@ mode "launcher" {
|
||||
}
|
||||
bindsym $mod+d mode "launcher"
|
||||
|
||||
bindsym $mod+Shift+f exec "nemo"
|
||||
bindsym $mod+Shift+b exec "flatpak run org.mozilla.firefox"
|
||||
bindsym $mod+Shift+f exec $filemanager
|
||||
bindsym $mod+Shift+b exec $browser
|
||||
bindsym $mod+Shift+t exec "flatpak run org.telegram.desktop"
|
||||
bindsym $mod+Shift+e exec $editor
|
||||
bindsym Print exec flameshot gui
|
||||
bindsym $mod+Shift+v exec --no-startup-id $clipboard
|
||||
bindsym Print exec xfce4-screenshooter
|
||||
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.
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
@@ -170,7 +155,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 XF86MonBrightnessUp 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
|
||||
floating_modifier $mod
|
||||
@@ -267,8 +252,6 @@ bindsym $mod+comma workspace prev
|
||||
bindsym $mod+Shift+c reload
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
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)
|
||||
mode "resize" {
|
||||
@@ -296,53 +279,3 @@ 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:";
|
||||
}
|
||||
|
||||
@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"
|
||||
|
||||
@@ -1,18 +1,16 @@
|
||||
; xfdesktop-settings GtkAccelMap rc-file -*- scheme -*-
|
||||
; xfdesktop 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-2" "")
|
||||
; (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>/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")
|
||||
@@ -21,7 +19,7 @@
|
||||
; (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/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" "")
|
||||
@@ -41,9 +39,9 @@
|
||||
; (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/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")
|
||||
|
||||
@@ -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=/
|
||||
|
||||
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=
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -6,7 +6,7 @@ show_in_folder=false
|
||||
screenshot_dir=file:///home/fscotto/Immagini
|
||||
action=2
|
||||
delay=0
|
||||
region=3
|
||||
region=1
|
||||
show_mouse=0
|
||||
show_border=0
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
<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-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="true"/>
|
||||
|
||||
@@ -32,33 +32,6 @@
|
||||
<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>
|
||||
|
||||
@@ -16,4 +16,6 @@
|
||||
</property>
|
||||
</property>
|
||||
<property name="date-time-custom-format" type="string" value="%a %H:%M:%S"/>
|
||||
<property name="notify-location" type="string" value="bottom-right"/>
|
||||
<property name="theme" type="string" value="Default"/>
|
||||
</channel>
|
||||
|
||||
@@ -13,27 +13,20 @@
|
||||
<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="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"/>
|
||||
<value type="int" value="19"/>
|
||||
</property>
|
||||
<property name="span-monitors" type="bool" value="false"/>
|
||||
<property name="output-name" type="string" value="Primary"/>
|
||||
@@ -47,10 +40,11 @@
|
||||
<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="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"/>
|
||||
@@ -62,6 +56,8 @@
|
||||
<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"/>
|
||||
@@ -86,11 +82,23 @@
|
||||
<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="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"/>
|
||||
@@ -109,23 +117,30 @@
|
||||
<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="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">
|
||||
<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-12" type="string" value="mailwatch"/>
|
||||
<property name="plugin-14" type="string" value="separator">
|
||||
<property name="style" type="uint" value="1"/>
|
||||
<property name="style" type="uint" value="0"/>
|
||||
</property>
|
||||
<property name="clipman" type="empty">
|
||||
<property name="settings" type="empty">
|
||||
@@ -134,50 +149,23 @@
|
||||
</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="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-18" type="string" value="launcher">
|
||||
<property name="items" type="array">
|
||||
<value type="string" value="17703246421.desktop"/>
|
||||
</property>
|
||||
<property name="plugin-24" type="string" value="separator">
|
||||
<property name="style" type="uint" value="0"/>
|
||||
</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 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>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<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-maximized" type="bool" value="true"/>
|
||||
<property name="window-width" type="int" value="1148"/>
|
||||
<property name="window-height" type="int" value="944"/>
|
||||
</channel>
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
<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="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"/>
|
||||
@@ -82,10 +82,10 @@
|
||||
<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"/>
|
||||
<value type="string" value="1"/>
|
||||
<value type="string" value="2"/>
|
||||
<value type="string" value="3"/>
|
||||
<value type="string" value="4"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
|
||||
@@ -2,8 +2,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="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"/>
|
||||
|
||||
Reference in New Issue
Block a user