-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.xinitrc
More file actions
39 lines (32 loc) · 929 Bytes
/
.xinitrc
File metadata and controls
39 lines (32 loc) · 929 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
37
38
39
setxkbmap us &
setxkbmap -option caps:ctrl_modifier
picom -fb
xsetroot -cursor_name left_ptr
sxhkd & > /dev/null 2>&1
bash .local/bin/dwmbg
xset r rate 300 50 &
exec dunst &
### Dwm ###########################################
~/.local/bin/dwm-status &
#bash .local/bin/dwmbg
#exec dbus-launch --exit-with-session dwm
### Bspwm #########################################
#bash ~/.config/polybar/launch.sh --hack
#bash .config/polybar/launch.sh --shades &
#status-time &
#slstatus &
### Audio driver #################################
#pulseaudio --start &
#mpDris2 &
#pipewire &
### Others ######################################
#/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
#/usr/lib/kdeconnectd &
### Wm's ##########################################
#exec qtile start
#exec dwm
exec dbus-launch --sh-syntax --exit-with-session dwm
#gentoo-pipewire-launcher &
#exec awesome
#exec bspwm
#exec xmonad