diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 13a410c..bc9b3eb 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -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 diff --git a/i3/.config/picom/picom.conf b/picom/.config/picom/picom.conf similarity index 100% rename from i3/.config/picom/picom.conf rename to picom/.config/picom/picom.conf diff --git a/i3/.config/polybar/config.ini b/polybar/.config/polybar/config.ini similarity index 100% rename from i3/.config/polybar/config.ini rename to polybar/.config/polybar/config.ini diff --git a/i3/.config/polybar/launch.sh b/polybar/.config/polybar/launch.sh similarity index 100% rename from i3/.config/polybar/launch.sh rename to polybar/.config/polybar/launch.sh diff --git a/i3/.config/polybar/modules.ini b/polybar/.config/polybar/modules.ini similarity index 100% rename from i3/.config/polybar/modules.ini rename to polybar/.config/polybar/modules.ini diff --git a/i3/.config/polybar/scripts/battery_combo.sh b/polybar/.config/polybar/scripts/battery_combo.sh similarity index 100% rename from i3/.config/polybar/scripts/battery_combo.sh rename to polybar/.config/polybar/scripts/battery_combo.sh diff --git a/i3/.config/polybar/scripts/get_spotify_status.sh b/polybar/.config/polybar/scripts/get_spotify_status.sh similarity index 100% rename from i3/.config/polybar/scripts/get_spotify_status.sh rename to polybar/.config/polybar/scripts/get_spotify_status.sh diff --git a/i3/.config/polybar/scripts/launch.sh b/polybar/.config/polybar/scripts/launch.sh similarity index 100% rename from i3/.config/polybar/scripts/launch.sh rename to polybar/.config/polybar/scripts/launch.sh diff --git a/i3/.config/polybar/scripts/scroll_spotify_status.sh b/polybar/.config/polybar/scripts/scroll_spotify_status.sh similarity index 100% rename from i3/.config/polybar/scripts/scroll_spotify_status.sh rename to polybar/.config/polybar/scripts/scroll_spotify_status.sh diff --git a/i3/.config/polybar/themes/frappe.ini b/polybar/.config/polybar/themes/frappe.ini similarity index 100% rename from i3/.config/polybar/themes/frappe.ini rename to polybar/.config/polybar/themes/frappe.ini diff --git a/i3/.config/polybar/themes/latte.ini b/polybar/.config/polybar/themes/latte.ini similarity index 100% rename from i3/.config/polybar/themes/latte.ini rename to polybar/.config/polybar/themes/latte.ini diff --git a/i3/.config/polybar/themes/macchiato.ini b/polybar/.config/polybar/themes/macchiato.ini similarity index 100% rename from i3/.config/polybar/themes/macchiato.ini rename to polybar/.config/polybar/themes/macchiato.ini diff --git a/i3/.config/polybar/themes/mocha.ini b/polybar/.config/polybar/themes/mocha.ini similarity index 100% rename from i3/.config/polybar/themes/mocha.ini rename to polybar/.config/polybar/themes/mocha.ini diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index f57b141..04fcb7e 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -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" diff --git a/xfce/.config/xfce4/desktop/accels.scm b/xfce/.config/xfce4/desktop/accels.scm index ba500f9..c9f68a8 100644 --- a/xfce/.config/xfce4/desktop/accels.scm +++ b/xfce/.config/xfce4/desktop/accels.scm @@ -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 "/XfdesktopFileIconManager/properties" "Return") ; (gtk_accel_path "/XfceDesktop/primary-menu-2" "Menu") ; (gtk_accel_path "/XfdesktopFileIconManager/open-with-other" "") ; (gtk_accel_path "/XfdesktopIconView/activate-3" "Return") ; (gtk_accel_path "/XfdesktopFileIconManager/properties-3" "KP_Enter") ; (gtk_accel_path "/XfdesktopFileIconManager/trash" "Delete") ; (gtk_accel_path "/XfceDesktop/next-background" "") -; (gtk_accel_path "/XfdesktopFileIconManager/copy-2" "Insert") +; (gtk_accel_path "/XfdesktopFileIconManager/cut-2" "") ; (gtk_accel_path "/XfdesktopFileIconManager/cut" "x") ; (gtk_accel_path "/XfdesktopIconView/unselect-all" "Escape") -; (gtk_accel_path "/XfdesktopFileIconManager/cut-2" "") -; (gtk_accel_path "/XfdesktopWindowIconManager/close" "c") +; (gtk_accel_path "/XfdesktopFileIconManager/copy-2" "Insert") ; (gtk_accel_path "/XfdesktopIconView/activate" "space") ; (gtk_accel_path "/XfdesktopIconView/activate-2" "KP_Space") ; (gtk_accel_path "/XfdesktopFileIconManager/open" "o") @@ -21,7 +19,7 @@ ; (gtk_accel_path "/XfdesktopFileIconManager/empty-trash" "") ; (gtk_accel_path "/XfdesktopFileIconManager/open-trash" "") ; (gtk_accel_path "/XfdesktopFileIconManager/trash-3" "") -; (gtk_accel_path "/XfdesktopFileIconManager/delete" "Delete") +; (gtk_accel_path "/XfdesktopFileIconManager/properties" "Return") ; (gtk_accel_path "/XfdesktopFileIconManager/copy" "c") ; (gtk_accel_path "/XfceDesktop/reload-2" "Reload") ; (gtk_accel_path "/XfdesktopFileIconManager/delete-3" "") @@ -41,9 +39,9 @@ ; (gtk_accel_path "/XfdesktopIconView/toggle-cursor" "space") ; (gtk_accel_path "/XfdesktopFileIconManager/toggle-show-hidden" "h") ; (gtk_accel_path "/XfdesktopFileIconManager/open-home" "Home") -; (gtk_accel_path "/XfdesktopFileIconManager/paste" "v") -; (gtk_accel_path "/XfdesktopWindowIconManager/unminimize" "o") ; (gtk_accel_path "/XfdesktopIconView/activate-4" "ISO_Enter") +; (gtk_accel_path "/XfdesktopFileIconManager/delete" "Delete") +; (gtk_accel_path "/XfdesktopFileIconManager/paste" "v") ; (gtk_accel_path "/XfdesktopFileIconManager/rename" "F2") ; (gtk_accel_path "/XfdesktopIconView/arrange-icons" "") ; (gtk_accel_path "/XfceDesktop/secondary-menu-2" "Menu") diff --git a/xfce/.config/xfce4/panel/cpufreq-9.rc b/xfce/.config/xfce4/panel/cpufreq-9.rc deleted file mode 100644 index f19db04..0000000 --- a/xfce/.config/xfce4/panel/cpufreq-9.rc +++ /dev/null @@ -1,6 +0,0 @@ -show_label_governor=false -keep_compact=true -one_line=true -icon_color_freq=true -freq_unit=0 - diff --git a/xfce/.config/xfce4/panel/fsguard-10.rc b/xfce/.config/xfce4/panel/fsguard-10.rc deleted file mode 100644 index 0e679c6..0000000 --- a/xfce/.config/xfce4/panel/fsguard-10.rc +++ /dev/null @@ -1,9 +0,0 @@ -yellow=8 -red=2 -lab_size_visible=true -progress_bar_visible=false -hide_button=false -label= -label_visible=false -mnt=/ - diff --git a/xfce/.config/xfce4/panel/i3-workspaces-9.rc b/xfce/.config/xfce4/panel/i3-workspaces-9.rc new file mode 100644 index 0000000..28bd7e6 --- /dev/null +++ b/xfce/.config/xfce4/panel/i3-workspaces-9.rc @@ -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= + diff --git a/xfce/.config/xfce4/panel/launcher-16/17707444971.desktop b/xfce/.config/xfce4/panel/launcher-16/17707444971.desktop deleted file mode 100644 index d0f8da8..0000000 --- a/xfce/.config/xfce4/panel/launcher-16/17707444971.desktop +++ /dev/null @@ -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 diff --git a/xfce/.config/xfce4/panel/launcher-18/17703246421.desktop b/xfce/.config/xfce4/panel/launcher-18/17703246421.desktop deleted file mode 100644 index c1ef6e9..0000000 --- a/xfce/.config/xfce4/panel/launcher-18/17703246421.desktop +++ /dev/null @@ -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 diff --git a/xfce/.config/xfce4/panel/launcher-20/17703246593.desktop b/xfce/.config/xfce4/panel/launcher-20/17703246593.desktop deleted file mode 100644 index 142eb53..0000000 --- a/xfce/.config/xfce4/panel/launcher-20/17703246593.desktop +++ /dev/null @@ -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 diff --git a/xfce/.config/xfce4/panel/launcher-21/17703246714.desktop b/xfce/.config/xfce4/panel/launcher-21/17703246714.desktop deleted file mode 100644 index 553938b..0000000 --- a/xfce/.config/xfce4/panel/launcher-21/17703246714.desktop +++ /dev/null @@ -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 diff --git a/xfce/.config/xfce4/panel/launcher-22/17705740092.desktop b/xfce/.config/xfce4/panel/launcher-22/17705740092.desktop deleted file mode 100644 index 880a041..0000000 --- a/xfce/.config/xfce4/panel/launcher-22/17705740092.desktop +++ /dev/null @@ -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 diff --git a/xfce/.config/xfce4/panel/mailwatch-12.rc b/xfce/.config/xfce4/panel/mailwatch-12.rc deleted file mode 100644 index b9d9627..0000000 --- a/xfce/.config/xfce4/panel/mailwatch-12.rc +++ /dev/null @@ -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 - diff --git a/xfce/.config/xfce4/xfce4-screenshooter b/xfce/.config/xfce4/xfce4-screenshooter index 8a43052..9ea2c6b 100644 --- a/xfce/.config/xfce4/xfce4-screenshooter +++ b/xfce/.config/xfce4/xfce4-screenshooter @@ -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 diff --git a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml index eade611..693b0e4 100644 --- a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -3,9 +3,9 @@ - - - + + + diff --git a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml index 6fc3567..8e97803 100644 --- a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -32,33 +32,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml index 8c68692..c0cbf1c 100644 --- a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml +++ b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml @@ -16,4 +16,6 @@ + + diff --git a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index 61d2d44..4f38247 100644 --- a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -13,27 +13,20 @@ + + - - - - - - - - - - + @@ -47,10 +40,11 @@ - + + @@ -62,6 +56,8 @@ + + @@ -86,11 +82,23 @@ + + + + + - + + + + + + + + @@ -109,23 +117,30 @@ + + + - + + + + + + - - + @@ -134,50 +149,23 @@ - - - + - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + diff --git a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml index 7ecd3af..ddf01ff 100644 --- a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml +++ b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml @@ -10,7 +10,7 @@ - + diff --git a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index f14dd54..59eb673 100644 --- a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -73,7 +73,7 @@ - + @@ -82,10 +82,10 @@ - - - - + + + + diff --git a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml index 57d56a7..765efd6 100644 --- a/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ b/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -2,8 +2,8 @@ - - + +