-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxinitrc
More file actions
36 lines (24 loc) · 681 Bytes
/
xinitrc
File metadata and controls
36 lines (24 loc) · 681 Bytes
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
36
#!/bin/bash
#
# vim:ts=4:sw=4:sts=4:et:ft=sh:
hsetroot -solid "#000000"
xsetroot -cursor_name left_ptr
xset mouse 2 10
# sane clipboards?
xsel -o | xsel -b
# hide mouse cursor when it isn't moving
unclutter &
autocutsel -selection PRIMARY -fork
autocutsel -selection CLIPBOARD -fork
# Set up an icon tray
trayer --edge top --align left --margin 975 --expand true \
--width 100 --widthtype pixel --height 12 --heighttype pixel \
--SetDockType true --SetPartialStrut true \
--transparent true --tint 0x000000 &
# Start screen saver
xscreensaver &
dropbox start
keepassx -min -lock &
xcompmgr &
# XMonad tiling window manager
exec xmonad