summaryrefslogtreecommitdiff
path: root/xinit/.xinitrc
blob: ddbbff5e3fb9de422afbd625d8697e5e8eabe6eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/bin/bash

# Key repeat rate
xset r rate 400 50

# Pulse audio
/usr/bin/start-pulseaudio-x11

# Load key bindings
$HOME/bin/keyboard

# Load Xresources to light colorscheme
source $HOME/.local/share/zsh/colors.zsh
xrdb $HOME/.Xresources/$XRESOURCE

# Background
feh --bg-fill /usr/share/backgrounds/Primavera_by_Vivian_Morales.jpg

# Synchronise primary and clipboard
autocutsel -fork &
autocutsel -selection PRIMARY -fork &

# Disable screen going blank
xset -dpms
xset s off

# SSH agent
eval $(ssh-agent)

# Programs to start
nm-applet &
dropbox &
dunst &

exec i3