diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-27 13:50:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-27 13:50:41 +0200 |
commit | caad3a758ddc2d7c9bafbb2f0b61700daccb14de (patch) | |
tree | 3259465dbd9b8ca6771cf87b14001153d0e69c1c /xorg-xinit | |
parent | m (diff) | |
download | dotfiles-caad3a758ddc2d7c9bafbb2f0b61700daccb14de.tar.gz dotfiles-caad3a758ddc2d7c9bafbb2f0b61700daccb14de.tar.bz2 dotfiles-caad3a758ddc2d7c9bafbb2f0b61700daccb14de.tar.xz |
Add dconf entires
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'xorg-xinit')
-rw-r--r-- | xorg-xinit/xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-xinit/xinitrc b/xorg-xinit/xinitrc index d4ca996..23aa433 100644 --- a/xorg-xinit/xinitrc +++ b/xorg-xinit/xinitrc @@ -1,4 +1,5 @@ # -*- shell-script -*- +set -e # Get selected session default_session=xmonad |