diff options
author | listout <listout@protonmail.com> | 2021-09-09 21:14:49 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-09 21:14:49 +0530 |
commit | bc076ebe56d708e98c733d759915a09f4cceb8dc (patch) | |
tree | 6ba9e176c43094eea9eeb21c9b56897387ac9c74 | |
parent | c830e1eded463653316d34c38457a3c04e07d578 (diff) |
using i3 as default wm
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ xsetroot -cursor_name left_ptr eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) export SSH_AUTH_SOCK xrdb ~/.Xresources && -dbus-launch bspwm +dbus-launch /usr/bin/i3 # vim: set ft=sh: |