diff options
author | Shubham Saini <shubham6405@gmail.com> | 2019-12-03 08:34:44 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2019-12-03 08:34:44 +0000 |
commit | 71424d3b1df8e15f0d553e61685fd3f9b1292c7c (patch) | |
tree | f739935316617e644f20c4668cabdbdb6d28fd23 /x | |
parent | cb17ff8f1c8001bd085d8d9cc7781f5b2110b302 (diff) |
stow is amazing
Diffstat (limited to 'x')
-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 | ||