meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:prepare:x_window:xfce [2024/11/26 07:56] – removed - external edit (Unknown date) 127.0.0.1linux:prepare:x_window:xfce [2024/11/26 07:56] (current) niziak
Line 1: Line 1:
 +====== XFCE ======
 +
 +From [[https://wiki.archlinux.org/index.php/xfce]]
 +
 +====== Disable rolling up windows ======
 +
 +<code bash>xfconf-query -c xfwm4 -p /general/mousewheel_rollup -s false</code>
 +
 +====== Disable Terminal F1 and F11 shortcuts ======
 +
 +The xfce terminal binds F1 and F11 to help and fullscreen, respectively, which can make using programs like htop difficult. To disable those shortcuts, create or edit its configuration file, then log out and log back in. F10 can disabled in the Preferences menu.
 +
 +<file | ~/.config/xfce4/terminal/accels.scm>
 +
 +(gtk_accel_path "<Actions>/terminal-window/fullscreen" "")
 +(gtk_accel_path "<Actions>/terminal-window/contents" "")
 +</file>
 +
 +====== Clock with date applet ======
 +
 +Panel -> add new items
 +
 +{{:linux:prepare:xfce-data-time.png?200|}}
 +
 +Datetime -> properties -> Format: **Time, then date**