slitaz-configs rev 242

openbox: bind "Super" key to open Applications menu, export menu-prefix; xterm: save more lines
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Aug 21 23:43:15 2014 +0000 (2014-08-21)
parents 0cdfe611b591
children 9aa1efb49a58
files rootfs/etc/skel/.Xdefaults rootfs/etc/xdg/openbox/environment rootfs/etc/xdg/openbox/rc.xml
line diff
     1.1 --- a/rootfs/etc/skel/.Xdefaults	Thu Aug 21 11:08:46 2014 +0200
     1.2 +++ b/rootfs/etc/skel/.Xdefaults	Thu Aug 21 23:43:15 2014 +0000
     1.3 @@ -7,20 +7,21 @@
     1.4  
     1.5  ! XTerm settings
     1.6  !
     1.7 -xterm*background:		#000000
     1.8 -xterm*foreground:		#ffffff
     1.9 -xterm*cursorColor:		#d66018
    1.10 -xterm*scrollBar:		off
    1.11 -xterm*faceSize:			11
    1.12 -xterm*faceName:			xft:DejaVu Sans Mono:autohint=true
    1.13 +xterm*background:	#000000
    1.14 +xterm*foreground:	#ffffff
    1.15 +xterm*cursorColor:	#d66018
    1.16 +xterm*scrollBar:	off
    1.17 +xterm*faceSize:		11
    1.18 +xterm*faceName:		xft:DejaVu Sans Mono:autohint=true
    1.19  xterm*faceNameDoublesize: WenQuanYi WenQuanYi Micro Hei Mono-11
    1.20 -xterm*deleteIsDEL:		false
    1.21 -xterm*eightBitInput:		true
    1.22 -xterm*utf8:			2
    1.23 -xterm*metaSendsEscape:		true
    1.24 -xterm*oldXtermFKeys:		true
    1.25 -xterm*termName:			xterm-256color
    1.26 -!xterm*cursorBlink:      true
    1.27 +xterm*deleteIsDEL:	false
    1.28 +xterm*eightBitInput:	true
    1.29 +xterm*utf8:		2
    1.30 +xterm*metaSendsEscape:	true
    1.31 +xterm*oldXtermFKeys:	true
    1.32 +xterm*termName:		xterm-256color
    1.33 +xterm*saveLines:	8192
    1.34 +!xterm*cursorBlink:	true
    1.35  
    1.36  ! Xload settings
    1.37  !
     2.1 --- a/rootfs/etc/xdg/openbox/environment	Thu Aug 21 11:08:46 2014 +0200
     2.2 +++ b/rootfs/etc/xdg/openbox/environment	Thu Aug 21 23:43:15 2014 +0000
     2.3 @@ -9,7 +9,7 @@
     2.4  export XDG_CURRENT_DESKTOP=openbox
     2.5  
     2.6  # /etc/xdg/menus/${XDG_MENU_PREFIX}applications.menu
     2.7 -export XDG_MENU_PREFIX=''
     2.8 +export XDG_MENU_PREFIX='lxde-'
     2.9  
    2.10  
    2.11  # Less Colors for Man Pages in SliTaz
     3.1 --- a/rootfs/etc/xdg/openbox/rc.xml	Thu Aug 21 11:08:46 2014 +0200
     3.2 +++ b/rootfs/etc/xdg/openbox/rc.xml	Thu Aug 21 23:43:15 2014 +0000
     3.3 @@ -284,6 +284,15 @@
     3.4          <command>lxpanelctl run</command>
     3.5        </action>
     3.6      </keybind>
     3.7 +    <keybind key="Super_L">
     3.8 +      <action name="Execute">
     3.9 +        <startupnotify>
    3.10 +          <enabled>true</enabled>
    3.11 +          <name>App Menu</name>
    3.12 +        </startupnotify>
    3.13 +        <command>lxpanelctl menu</command>
    3.14 +      </action>
    3.15 +    </keybind>
    3.16    </keyboard>
    3.17    <mouse>
    3.18      <dragThreshold>8</dragThreshold>