diff options
Diffstat (limited to 'x/.xinitrc')
-rw-r--r-- | x/.xinitrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -61,6 +61,4 @@ if [ "$2" = "nvidia" ]; then | |||
61 | xrandr --auto | 61 | xrandr --auto |
62 | fi | 62 | fi |
63 | 63 | ||
64 | 64 | exec bspwm | |
65 | xsetroot -cursor_name left_ptr & | ||
66 | exec ck-launch-session dbus-launch --sh-syntax --exit-with-x11 bspwm | ||