[PC-BSD Commits] r18307 - pcbsd/current/overlays/desktop-overlay/usr/share/skel/.i3
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 7 11:09:47 PDT 2012
Author: kris
Date: 2012-08-07 18:09:47 +0000 (Tue, 07 Aug 2012)
New Revision: 18307
Modified:
pcbsd/current/overlays/desktop-overlay/usr/share/skel/.i3/config
Log:
Fix i3 to launch xterm with ALT+ENTER
Modified: pcbsd/current/overlays/desktop-overlay/usr/share/skel/.i3/config
===================================================================
--- pcbsd/current/overlays/desktop-overlay/usr/share/skel/.i3/config 2012-08-07 18:09:42 UTC (rev 18306)
+++ pcbsd/current/overlays/desktop-overlay/usr/share/skel/.i3/config 2012-08-07 18:09:47 UTC (rev 18307)
@@ -12,8 +12,8 @@
floating_modifier Mod1
# start a terminal
-bindsym Mod1+Return exec ${UTERM}
-bindsym Mod1+x exec ${UTERM}
+bindsym Mod1+Return exec xterm
+bindsym Mod1+x exec xterm
# kill focused window
bindsym Mod1+Shift+c kill
More information about the Commits
mailing list