-
Notifications
You must be signed in to change notification settings - Fork 0
/
.xsession
executable file
·39 lines (29 loc) · 924 Bytes
/
.xsession
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
37
38
39
wmname LG3D
# wicd-client &
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
export TERMINAL="xterm"
# export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on"
export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
# used by xdg open for file association among other uses
export DE=gnome
# t his is for keyboard layout switch
setxkbmap -layout us,mk \
-option grp:switch -option grp:caps_toggle
feh --bg-scale /home/mite/wallpapers/cyberpunk.jpg &
# wicde client in notification
wicd-client --tray &
# if idle for 3 sec remove mouse pointer
unclutter -idle 3 &
# /usr/bin/stalonetray --geometry 16x16+150-586 --icon-size 16 & ## for non tray wm's
xsetroot -solid black &
# qxkb > /dev/null &
xset -b
## X conky bar
conky &
## Notificatation deamon for tiling wms
twmnd &
# exec ck-launch-session dwm
# exec ck-launch-session i3
## debug:
exec i3 >~/i3log/i3-$(date +'%F-%k-%M-%S') 2>&1
# exec ck-launch-session awesome