Dotfiles of "ione"

Xorg

/etc/X11/xorg.conf

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
EndSection
 
Section "Files"
    FontPath     "unix/:7100"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/lib/X11/fonts/misc"
    FontPath     "/usr/share/fonts/X11/cyrillic"
    FontPath     "/usr/lib/X11/fonts/cyrillic"
    FontPath     "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath     "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/lib/X11/fonts/Type1"
    FontPath     "/usr/share/fonts/X11/CID"
    FontPath     "/usr/lib/X11/fonts/CID"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/lib/X11/fonts/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"
    FontPath     "/usr/lib/X11/fonts/75dpi"
EndSection
 
Section "Module"
    Load  "bitmap"
    Load  "dbe"
    Load  "ddc"
    Load  "dri"
    Load  "extmod"
    Load  "freetype"
    Load  "glx"
    Load  "int10"
    Load  "record"
    Load  "type1"
    Load  "v4l"
    Load  "vbe"
EndSection
 
Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "keyboard"
    Option      "CoreKeyboard"
    Option      "XkbRules" "xorg"
    Option      "XkbModel" "pc105"
    Option      "XkbLayout" "de"
    Option      "XkbVariant" "nodeadkeys"
    Option      "XkbOptions" "nodeadkeys"
EndSection
 
Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option      "CorePointer"
    Option      "Device" "/dev/input/mice"
    Option      "Protocol" "ImPS/2"
    Option      "Emulate3Buttons" "false"
    Option      "ZAxisMapping" "4 5"
EndSection
 
Section "InputDevice"
    Identifier  "Synaptics Touchpad"
    Driver      "synaptics"
    Option      "SendCoreEvents" "true"
    Option      "Device" "/dev/psaux"
    Option      "Protocol" "auto-dev"
    Option      "HorizScrollDelta" "0"
EndSection
 
Section "Monitor"
    Identifier   "LCD"
    DisplaySize  474    355
    HorizSync    30.0 - 67.0
    VertRefresh  50.0 - 75.0
    ModeLine     "1280x800@60" 83.9 1280 1312 1624 1656 800 816 824 841
    Option       "DPMS"
EndSection
 
Section "Monitor"
    Identifier    "TV"
    HorizSync     30-81
    VertRefresh   56-88
EndSection
 
Section "Device"
    Identifier  "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
    Driver      "fglrx"
    Option      "VideoOverlay" "On"
    Option      "OpenGLOverlay" "Off"
    Option      "UseInternalAGPGART" "NO"
    Option      "EnableMonitor" "crt1,lvds"
EndSection
 
Section "Screen"
    Identifier "Default Screen"
    Device     "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
    Monitor    "LCD"
    DefaultDepth     24
    SubSection "Display"
        Depth     1
        Modes    "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes    "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes    "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes    "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes    "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes    "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
 
Section "DRI"
    Mode         0666
EndSection

Download: xorg.conf

Devil's Pie

~/.devilspie/debug.ds

(debug)

Download: debug.ds.txt

~/.devilspie/eclipse.ds

(if (matches (application_name) "[Ee]clipse") (set_workspace 4))

Download: eclipse.ds.txt

~/.devilspie/firefox.ds

(if (is (application_name) "Firefox") (set_workspace 2))

Download: firefox.ds.txt

~/.devilspie/gaim.ds

(if (is (application_name) "gaim") (set_workspace 1))

Download: gaim.ds.txt

~/.devilspie/thunderbird.ds

(if (is (application_name) "Mozilla-Thunderbird") (set_workspace 3))

Download: thunderbird.ds.txt

linux/dotfiles/ione.txt · Last modified: 2008/03/26 12:35 (external edit)