MXFB Tips n Tricks
Posted: Sat Oct 30, 2021 6:44 am
I thought it might be useful and fun to run a thread on small and handy tips and tricks that are not in the documentation.
Support for MX and antiX Linux distros
http://www.forum.mxlinux.org/
Code: Select all
sleep 1 ; xset dpms force off
Code: Select all
# turn off monitor
none F12 :Exec sleep 1 ; xset dpms force off
Code: Select all
[app] (class=Firefox)
Code: Select all
[Deco] {0x6}
Code: Select all
geoip="$(wget -O- -q http://geoip.ubuntu.com/lookup)" ; area="$(sed -r 's/.*<RegionName>(.*?)<\/RegionName>.*/\1/g' <<< $geoip)"; corrected_area=$(echo "${area// /_}"); langu=$(locale | grep LANG | cut -d= -f2 | cut -d. -f1); l1=$(echo $langu |cut -d_ -f1); curl http://wttr.in/$corrected_area?lang=$l1
Thanks!PPC wrote: Sun Nov 07, 2021 11:22 am @kobaian
-great tip, any for users that have netbooks with tiny screens!
Code: Select all
#-------------------------------------
# Button 2
button = new
button_icon = /usr/share/icons/Papirus-Dark/16x16/actions/xfce-wm-minimize.svg
button_text =
button_tooltip = Minimize
button_lclick_command = fluxbox-remote minimize
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 16
#-------------------------------------
# Button 3
button = new
button_icon = /usr/share/icons/Papirus-Dark/16x16/actions/xfce-wm-maximize.svg
button_text =
button_tooltip = Maximize
button_lclick_command = fluxbox-remote maximize
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 16
#-------------------------------------
# Button 4
button = new
button_icon = /usr/share/icons/Papirus-Dark/16x16/actions/xfce-wm-close.svg
button_text =
button_tooltip = Close
button_lclick_command = fluxbox-remote close
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #ffffff 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 16