X-Git-Url: https://git.draconx.ca/gitweb/fvwmconf.git/blobdiff_plain/55b6d9c6d3425ae9bb03a6864ea8f78735dba642..d3d785e17abc600d804e075d95f1e8d0afbc1bee:/config diff --git a/config b/config index 9a5a447..d436df7 100644 --- a/config +++ b/config @@ -4,21 +4,35 @@ ImagePath $[FVWM_USERDIR]/icons:$[FVWM_USERDIR]/pixmaps DestroyFunc InitFunction DestroyFunc StartFunction DestroyFunc ExitFunction -SetEnv TERMINAL /home/nick/bin/urxvt.sh + +# Global environment +SetEnv TERMINAL $[HOME]/bin/urxvt.sh PipeRead 'echo SetEnv HOST `hostname`' +SetEnv MUSIC /home/music + +SetEnv XMODIFIERS '@im=uim' +SetEnv GTK_IM_MODULE 'uim' +SetEnv QT_IM_MODULE 'uim' + +SetEnv GTK2_RC_FILES $[FVWM_USERDIR]/gtk2rc + # Global Features Read global/multiscreen Read global/fullscreen Read global/windowmenu +Read global/appspecific # Machine-specific features -Read $[HOST]/config +PipeRead "[ -f '$[FVWM_USERDIR]/$[HOST]/config' ] \ + && echo Read $[HOST]/config \ + || echo Read default/config" # Virtual Desktops DesktopSize 6x1 EdgeThickness 1 -EdgeResistance 1 0 +EdgeResistance 1 +Style * EdgeMoveDelay 1, EdgeMoveResistance 0 EdgeScroll 0 0 #####