diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-05-08 15:58:24 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-05-08 15:58:24 +0200 |
commit | 69861f0114544a5357a6e43dc39f373c3f80303c (patch) | |
tree | 2131ae0b46a1fde38ff5e82f5c453ab5da42d02b | |
parent | switchED to doom emacs + addED bspWM & polybar & sxhkd (diff) | |
download | dotfiles-69861f0114544a5357a6e43dc39f373c3f80303c.tar.gz dotfiles-69861f0114544a5357a6e43dc39f373c3f80303c.tar.bz2 dotfiles-69861f0114544a5357a6e43dc39f373c3f80303c.tar.xz dotfiles-69861f0114544a5357a6e43dc39f373c3f80303c.tar.zst dotfiles-69861f0114544a5357a6e43dc39f373c3f80303c.zip |
changED xinitrc
-rwxr-xr-x | .xinitrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc new file mode 100755 index 0000000..551590e --- /dev/null +++ b/.xinitrc @@ -0,0 +1,10 @@ +#!/bin/sh + +# /etc/X11/xinit/xinitrc +# +# global xinitrc file, used by all X sessions started by xinit (startx) + +# invoke global X session script +#. /etc/X11/Xsession +sxhkd & +exec bspwm |