20 lines
578 B
Plaintext
20 lines
578 B
Plaintext
$OpenBSD: patch-i3_config,v 1.13 2012/09/21 17:16:14 dcoppa Exp $
|
|
--- i3.config.orig Wed Sep 19 18:08:09 2012
|
|
+++ i3.config Fri Sep 21 14:09:31 2012
|
|
@@ -22,13 +22,13 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-is
|
|
floating_modifier Mod1
|
|
|
|
# start a terminal
|
|
-bindsym Mod1+Return exec i3-sensible-terminal
|
|
+bindsym Mod1+Return exec ${X11BASE}/bin/xterm
|
|
|
|
# kill focused window
|
|
bindsym Mod1+Shift+q kill
|
|
|
|
# start dmenu (a program launcher)
|
|
-bindsym Mod1+d exec dmenu_run
|
|
+bindsym Mod1+d exec ${LOCALBASE}/bin/dmenu_run
|
|
|
|
# change focus
|
|
bindsym Mod1+j focus left
|