i3-wm config issue

I got a problem to configure my x11-wm/i3

Code:
[/usr/home/ezyclie]$ i3-config-wizard 
ERROR: Could not open font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 (X error 15). Trying fallback to 'fixed'.
ERROR: Could not open font -misc-fixed-bold-r-normal--13-120-75-75-C-70-iso10646-1 (X error 15). Trying fallback to 'fixed'.
Keypress 36, state raw = 0
 (65293)
Modifier keycode for Mod1: 0x40
Modifier keycode for Mod1: 0x71
Modifier keycode for Mod1: 0x9c
Modifier keycode for Mod4: 0x73
Modifier keycode for Mod4: 0x74
Modifier keycode for Mod4: 0x7f
Modifier keycode for Mod4: 0x80
Keypress 36, state raw = 0
 (65293)
creating "/home/ezyclie/.i3/config"...
i3-config-wizard: Could not open input file "/usr/local/etc/i3/config.keycodes": No such file or directory
Code:
[/usr/home/ezyclie]# pkg_info | grep "font"
bdftopcf-1.0.3      Convert X font from BDF to PCF
bitstream-vera-1.10_5 Bitstream Vera TrueType font collection
cantarell-fonts-0.0.6 Cantarell, a Humanist sans-serif font family
droid-fonts-ttf-20110324 The Droid typeface family
encodings-1.0.4,1   X.Org Encoding fonts
font-bh-ttf-1.0.3   X.Org Bigelow & Holmes TTF font
font-misc-ethiopic-1.0.3 X.Org miscellaneous Ethiopic font
font-misc-meltho-1.0.3 X.Org miscellaneous Meltho font
font-util-1.2.0     Create an index of X font files in a directory
fontcacheproto-0.1.3 Fontcache extension headers
fontconfig-2.8.0_1,1 An XML-based font configuration API for X Windows
fontsproto-2.1.1    Fonts extension headers
freetype-1.3.1_4    A free and portable TrueType font rendering engine
freetype2-2.4.7     A free and portable TrueType font rendering engine
gsfonts-8.11_5      Standard Fonts for Ghostscript
libXfont-1.4.4,1    X font libary
libXfontcache-1.0.5 The Xfontcache library
libXft-2.1.14       A client-sided font API for X applications
libfontenc-1.1.0    The fontenc Library
mkbold-mkitalic-0.11_1 Programs to make BDF font bold/italic
mkfontdir-1.0.6     Create an index of X font files in a directory
mkfontscale-1.0.9   Creates an index of scalable font files for X
terminus-font-4.36  Terminus Font - a clean fixed width font
ubuntu-font-0.80_1  Ubuntu font family
webfonts-0.30_6     TrueType core fonts for the Web
xf86bigfontproto-1.2.0 XFree86-Bigfont extension headers
xorg-fonts-truetype-7.5.1 X.Org TrueType fonts

Please help me to solve this issue or share your x11-wm/i3. Thanks in advance.
 
Code:
#Color classes
#Urgent message on unfocused workspace -gray-yellow-black
bar.urgent 707070 CDCD00 000000

# This configuration uses Mod4 and Mod3. Make sure they are mapped properly using xev(1)
# and xmodmap(1). Usually, Mod4 is Windows (Super_L) and Mod3 is Windows (Super_L)

# ISO 10646 = Unicode
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1

# Use Mouse+Mod4 to drag floating windows to their wanted position
floating_modifier Mod4

# Fullscreen (Mod4+f)
bind Mod4+41 f

# Stacking (Mod4+h)
bind Mod4+43 s

# Tabbed (Mod4+w)
bind Mod4+25 T

# Default (Mod4+e)
bind Mod4+26 d

# Toggle tiling/floating of the current window (Mod4+Shift+Space)
bind Mod4+Shift+65 t

# Go into the tiling layer / floating layer, depending on whether
# the current window is tiling / floating (Mod4+t)
bind Mod4+28 focus ft

# Focus (Mod4+j/k/l/;)
bind Mod4+44 h
bind Mod4+45 j
bind Mod4+46 k
bind Mod4+47 l
# (alternatively, you can use the cursor keys:)
bindsym Mod4+Left h
bindsym Mod4+Down j
bindsym Mod4+Up k
bindsym Mod4+Right l

# Focus Container (Mod3+j/k/l/;)
bind Mod3+44 wch
bind Mod3+45 wcj
bind Mod3+46 wck
bind Mod3+47 wcl
# (alternatively, you can use the cursor keys:)
bindsym Mod3+Left wch
bindsym Mod3+Down wcj
bindsym Mod3+Up wck
bindsym Mod3+Right wcl

# Snap (Mod4+Control+j/k/l/;)
bind Mod4+Control+44 sh
bind Mod4+Control+45 sj
bind Mod4+Control+46 sk
bind Mod4+Control+47 sl
# (alternatively, you can use the cursor keys:)
bindsym Mod4+Control+Left sh
bindsym Mod4+Control+Down sj
bindsym Mod4+Control+Up sk
bindsym Mod4+Control+Right sl

# Move (Mod4+Shift+j/k/l/;)
bind Mod4+Shift+44 mh
bind Mod4+Shift+45 mj
bind Mod4+Shift+46 mk
bind Mod4+Shift+47 ml
# (alternatively, you can use the cursor keys:)
bindsym Mod4+Shift+Left mh
bindsym Mod4+Shift+Down mj
bindsym Mod4+Shift+Up mk
bindsym Mod4+Shift+Right ml

# Move Container (Mod3+Shift+j/k/l/;)
bind Mod3+Shift+44 wcmh
bind Mod3+Shift+45 wcmj
bind Mod3+Shift+46 wcmk
bind Mod3+Shift+47 wcml

# Workspaces (Mod4+1/2/…)
bind Mod4+10 1
bind Mod4+11 2
bind Mod4+12 3
bind Mod4+13 4
bind Mod4+14 5
bind Mod4+15 6
bind Mod4+16 7
bind Mod4+17 8
bind Mod4+18 9
bind Mod4+19 10

# Move to Workspaces
bind Mod4+Shift+10 m1
bind Mod4+Shift+11 m2
bind Mod4+Shift+12 m3
bind Mod4+Shift+13 m4
bind Mod4+Shift+14 m5
bind Mod4+Shift+15 m6
bind Mod4+Shift+16 m7
bind Mod4+Shift+17 m8
bind Mod4+Shift+18 m9
bind Mod4+Shift+19 m10

# Mod4+Enter starts a new terminal
bind Mod4+36 exec xterm

# Mod4+Shift+q kills the current client
bind Mod4+Shift+24 kill

# Mod4+v starts dmenu and launches the selected application
# for now, we don’t have a launcher of our own.
bind Mod4+55 exec /usr/local/bin/dmenu_run -b

# Mod4+Shift+e exits i3
bind Mod4+Shift+26 exit

# Mod4+Shift+r restarts i3 inplace
bind Mod4+Shift+27 restart

#My Keybindings
bind Mod4+21 exec mixer vol +1
bind Mod4+20 exec mixer vol -1
bind Mod4+19 exec mixer vol mute

bindsym Mod4+x exec gmrun

# The IPC interface allows programs like an external workspace bar
# (i3-wsbar) or i3-msg (can be used to "remote-control" i3) to work.
ipc-socket ~/.i3/ipc.sock

#Program settings
assign nautilus 1
assign claws-mail 2
assign opera-next 3
assign opera 3
# start gmrun floating
assign gmrun ~
assign xterm ~
assign deluge 9
assign libreoffice 7
assing smplayer 8

#############################################################
#Startup Apps
#############################################################
exec deluge
exec xterm
exec nautilus --no-desktop
exec /home/roddierod/.i3/random_wallpaper.sh
exec /home/roddierod/.local/bin/opera-next
exec claws-mail
exec i3status | dzen2 -y 1033 -x 450 -ta r -w 1200

Please Note: I just upgraded my system from 8 to 9 and found that i3 is now to version 4 in the ports...this configuration is for v3, although you can run it through the migration wizard. You'll get a warning when starting i3 v 4 with the new config, but everything works, except I can't seem to get the bar at the bottom of the screen...still working on that.
 
Back
Top