dotfiles:xinitrc
Differences
This shows you the differences between two versions of the page.
| dotfiles:xinitrc [2015/03/24 12:18] – created warnaud | dotfiles:xinitrc [2020/12/17 05:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <code bash> | ||
| + | #!/bin/sh | ||
| + | # | ||
| + | # ~/.xinitrc | ||
| + | # | ||
| + | # Executed by startx (run your window manager from here) | ||
| + | |||
| + | #xmodmap -e " | ||
| + | #imwheel -f -k -b " | ||
| + | #xmodmap ~/.Xmodmap & | ||
| + | #xbindkeys & | ||
| + | #xcompmgr -c & | ||
| + | |||
| + | |||
| + | # Read all xinitrc.d folder | ||
| + | if [ -d / | ||
| + | for f in / | ||
| + | [ -x " | ||
| + | done | ||
| + | unset f | ||
| + | fi | ||
| + | |||
| + | # Start libnotify daemon | ||
| + | dex / | ||
| + | |||
| + | # Launch fvwm and log output in ~/fvwm-log | ||
| + | exec fvwm >& fvwm-log | ||
| + | |||
| + | # exec wmaker | ||
| + | # exec startkde | ||
| + | # exec icewm | ||
| + | # exec blackbox | ||
| + | #exec fluxbox | ||
| + | #exec openbox | ||
| + | #exec startxfce4 | ||
| + | </ | ||
