Browse Source

added .xinitrc

master
marc 4 years ago
parent
commit
a917a9321d
1 changed files with 28 additions and 0 deletions
  1. 28
      .xinitrc

28
.xinitrc

@ -0,0 +1,28 @@
#!/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
# load .Xresources
xrdb -merge ~/.Xresources
# remap F- and function keys
xmodmap ~./.Xmodmap
# fix potential problem with DISPLAY environment variable not correctly set
# when not using a display manager
systemctl --user import-environment DISPLAY
#compton &
# see https://github.com/yshui/compton
#/opt/compton --config /home/marc/.config/compton.conf.yshui &
export _JAVA_AWT_WM_NONREPARENTING=1
exec bspwm
#exec openbox-session
#exec awesome
Loading…
Cancel
Save