| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| linux:distros:debian_13_xfce [2026/04/25 07:33] – [Shortcuts] Sean Rhone | linux:distros:debian_13_xfce [2026/04/25 08:52] (current) – [General] Sean Rhone |
|---|
| * 13.4 Trixie ((https://www.debian.org/releases/trixie/)) | * 13.4 Trixie ((https://www.debian.org/releases/trixie/)) |
| * Xfce ((https://www.xfce.org/)) ((https://wiki.debian.org/Xfce)) | * Xfce ((https://www.xfce.org/)) ((https://wiki.debian.org/Xfce)) |
| |
| * :!: 2026/04/25: WIP | |
| |
| Debian GNU/Linux 13 (trixie) | Debian GNU/Linux 13 (trixie) |
| **** | **** |
| |
| sudo apt install --install-recommends filezilla foliate gimp gnome-disk-utility gnome-system-monitor keepassxc-minimal mate-calc thunderbird 7zip aria2 adb fastboot fonts-noto libsecret-tools mesa-utils obs-studio transmission-gtk vlc unar yt-dlp | sudo apt install --install-recommends atril filezilla foliate gimp gnome-disk-utility keepassxc-minimal mate-calc obs-studio transmission-gtk thunderbird viewnior vlc 7zip aria2 adb fastboot fastfetch fonts-noto gvfs-backends libsecret-tools mesa-utils unar yt-dlp |
| |
| ==== TODO ==== | ==== fastfetch ==== |
| |
| **** | **** |
| |
| libglib2.0-bin gvfs-backends | clear && fastfetch && uname -a && date |
| |
| ===== Games ===== | ===== Games ===== |
| sudo intel_gpu_top -s '500' -p -m | sudo intel_gpu_top -s '500' -p -m |
| |
| ====== Settings ====== | ====== Old Settings ====== |
| |
| ===== Printer ===== | ===== Printer ===== |
| Kole | Kole |
| |
| ====== Network ====== | ====== Xfce ====== |
| |
| * See [[servers:upstream_dns_servers|DNS Servers]] for other addresses | ===== Theme ===== |
| |
| nm-connection-editor | * [[linux:notes:chicago95_git|Chicago95]] |
| |
| <code>1.1.1.2,1.0.0.2</code> | ===== Default Apps ===== |
| | |
| <code>2606:4700:4700::1112,2606:4700:4700::1002</code> | |
| | |
| ====== MIME ====== | |
| |
| gio mime 'text/plain' 'org.xfce.mousepad.desktop' | gio mime 'text/plain' 'org.xfce.mousepad.desktop' |
| |
| gio mime 'image/jpeg' 'org.xfce.ristretto.desktop' | gio mime 'image/jpeg' 'viewnior.desktop' |
| |
| gio mime 'image/png' 'org.xfce.ristretto.desktop' | gio mime 'image/png' 'viewnior.desktop' |
| |
| gio mime 'image/bmp' 'org.xfce.ristretto.desktop' | gio mime 'image/bmp' 'viewnior.desktop' |
| |
| gio mime 'application/pdf' 'atril.desktop' | gio mime 'application/pdf' 'atril.desktop' |
| gio mime 'application/epub+zip' 'com.github.johnfactotum.Foliate.desktop' | gio mime 'application/epub+zip' 'com.github.johnfactotum.Foliate.desktop' |
| |
| ====== Xfce ====== | xdg-settings set 'default-web-browser' 'firefox.desktop' |
| |
| ===== Theme ===== | ==== Terminal ==== |
| |
| * [[linux:notes:chicago95_git|Chicago95]] | * Utilities -> Terminal Emulator: ''Xfce Terminal'' |
| | |
| | xfce4-mime-settings |
| |
| ===== General ===== | ===== General ===== |
| | |
| | * [[https://gitlab.xfce.org/xfce/xfwm4/-/blob/master/src/main.c#L407|vblank_mode]] |
| |
| xfconf-query --channel 'xfwm4' --property '/general/use_compositing' --type 'bool' --set 'false' --create | xfconf-query --channel 'xfwm4' --property '/general/use_compositing' --type 'bool' --set 'false' --create |
| ==== Shortcuts ==== | ==== Shortcuts ==== |
| |
| * [[#updater|Updater script]] | * [[#keepassxc|KeePassXC]] |
| * :!: TODO | * [[#updater|Updater]] |
| |
| xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/Super_L' --type 'string' --set 'xfce4-popup-whiskermenu' --create | xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/Super_L' --type 'string' --set 'xfce4-popup-whiskermenu' --create |
| <code>'/usr/bin/bash' -c "'/usr/bin/secret-tool' lookup 'keepass' 'default' | '/usr/bin/keepassxc' --pw-stdin ~/'Documents/keepass.kdbx'"</code> | <code>'/usr/bin/bash' -c "'/usr/bin/secret-tool' lookup 'keepass' 'default' | '/usr/bin/keepassxc' --pw-stdin ~/'Documents/keepass.kdbx'"</code> |
| |
| <code>bash -c "xfce4-terminal -T 'Debian Updater' -e ~/'.local/scripts/debian-updater.sh'"</code> | <code>'/usr/bin/bash' -c "'/usr/bin/xfce4-terminal' --window --default-working-directory='/tmp' -T 'Debian Updater' -e ~/'.local/scripts/debian-updater.sh'"</code> |
| |
| ===== Terminal ===== | ===== Terminal ===== |
| xfconf-query --channel 'xfce4-terminal' --property '/misc-show-unsafe-paste-dialog' --type 'bool' --set 'false' --create | xfconf-query --channel 'xfce4-terminal' --property '/misc-show-unsafe-paste-dialog' --type 'bool' --set 'false' --create |
| |
| ====== New Settings ====== | ====== Settings ====== |
| | |
| | ===== Network ===== |
| | |
| | * [[servers:upstream_dns_servers|More DNS Servers]] |
| | |
| | nm-connection-editor |
| | |
| | <code>1.1.1.2,1.0.0.2</code> |
| | |
| | <code>2606:4700:4700::1112,2606:4700:4700::1002</code> |
| |
| ===== KeePassXC ===== | ===== KeePassXC ===== |
| |
| ===== Environment ===== | ===== Environment ===== |
| | |
| | * [[linux:notes:wine|Wine notes]] |
| |
| nano ~/'.bash_aliases' | nano ~/'.bash_aliases' |
| * ''drm_kms_helper.fbdev_emulation=1'' for external LightDM log-in with Intel DDX | * ''drm_kms_helper.fbdev_emulation=1'' for external LightDM log-in with Intel DDX |
| * :?: ''preempt=none'' | * :?: ''preempt=none'' |
| | * :!: TODO: [[bios:notes:umaf|UMAF]] |
| |
| sudo -e '/etc/default/grub' && sudo update-grub | sudo -e '/etc/default/grub' && sudo update-grub |