meta data for this page
From https://wiki.archlinux.org/index.php/xfce
Disable rolling up windows
xfconf-query -c xfwm4 -p /general/mousewheel_rollup -s false
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.
- ~/.config/xfce4/terminal/accels.scm
(gtk_accel_path "<Actions>/terminal-window/fullscreen" "") (gtk_accel_path "<Actions>/terminal-window/contents" "")