openbsd-ports/x11/i3/patches/patch-i3_config

27 lines
979 B
Plaintext
Raw Normal View History

2011-03-14 08:55:18 -04:00
$OpenBSD: patch-i3_config,v 1.3 2011/03/14 12:55:18 dcoppa Exp $
--- i3.config.orig Wed Jan 19 21:26:37 2011
+++ i3.config Mon Mar 14 13:39:50 2011
@@ -101,14 +101,14 @@ bind Mod1+Shift+18 m9
bind Mod1+Shift+19 m10
# Mod1+Enter starts a new terminal
-bind Mod1+36 exec /usr/bin/urxvt
+bind Mod1+36 exec ${X11BASE}/bin/xterm
# Mod1+Shift+q kills the current client
bind Mod1+Shift+24 kill
# Mod1+v starts dmenu and launches the selected application
# for now, we dont have a launcher of our own.
-bind Mod1+55 exec /usr/bin/dmenu_run
+bind Mod1+55 exec ${LOCALBASE}/bin/dmenu_run
# Mod1+Shift+e exits i3
bind Mod1+Shift+26 exit
@@ -123,4 +123,4 @@ ipc-socket ~/.i3/ipc.sock
#############################################################
# DELETE THE FOLLOWING LINES TO DISABLE THE WELCOME MESSAGE #
#############################################################
-exec xmessage -file /etc/i3/welcome
+exec ${X11BASE}/bin/xmessage -file ${SYSCONFDIR}/i3/welcome