Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 1.58 KB

xinitrc.org

File metadata and controls

81 lines (59 loc) · 1.58 KB

xinitrc

A line to show in xfontsel fonts like terminus

xset +fp /usr/share/fonts/local

keyboard layout

setxkbmap -layout us,es -variant altgr-intl, -option grp:alt_space_toggle -option grp_led:caps -option ctrl:nocaps

dwm xsetroot script

Before the script, the ~/bin folder is added to the path to use the scripts contained in it.

export PATH=$PATH:~/bin

The script only shows the volume, battery and date on the dwm bar.

while true; do
  xsetroot -name "`volume` `battery` `date +%R`"
  sleep 1s
done &

Daemons

compton daemon

compton &

dropbox daemon

dropboxd &

emacs daemon

emacs --daemon &

keychain

keychain --agents gpg,ssh

Start bittorrent sync

btsync

Wallpaper

feh --bg-fill ~/Pictures/wallpaper

Java applications compatibility

wmname LG3D

Deactivate bell

xset b off

Window manager execution

exec i3