summaryrefslogtreecommitdiff
path: root/xinitrc
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-20 13:54:44 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-20 13:56:17 +0200
commit89fdd84ca134c131e70491814f349293feb9c6b1 (patch)
tree92a2c8f4ec27521d9c3e57b20a1f48960aa5a59a /xinitrc
parentae28a34e5983aa8a453757ce65bd9d4f2abd7bdf (diff)
downloaddotfiles-89fdd84ca134c131e70491814f349293feb9c6b1.tar.xz
xinitrc: simplify screen launching
Diffstat (limited to 'xinitrc')
-rwxr-xr-xxinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/xinitrc b/xinitrc
index 247704c..d40a0cd 100755
--- a/xinitrc
+++ b/xinitrc
@@ -133,7 +133,7 @@ eval "$(/usr/bin/killall gpg-agent; /usr/bin/gpg-agent --enable-ssh-support --da
# Open a terminal emulator on the first tag
# - resume the old screen session or start a new one
-/usr/bin/urxvt -e screen -U -l -S term -D -R &
+/usr/bin/urxvt -e screen -l -UDRS term &
# }}}