You are not logged in.
BTW, Starfall, I read the blog post. It was great thanks, but I also left you some comments as well. Just some things you might find useful or interesting. Gotta go to work now, enjoy!
Offline
BTW, Starfall, I read the blog post. It was great thanks, but I also left you some comments as well. Just some things you might find useful or interesting. Gotta go to work now, enjoy!
Thanks for reading Yeah I've seen 'em and replied, reply back when you can. Have fun at work
Visit my blog and my DeviatArt page
Offline
@ n3b: i like your colors instead. Any chance for a larger image?
Thank you.
Offline
I'm posting this here in hope that the commenter on my blog will see. I received an e-mail alert stating your comment had been posted, I also received another after asking if I had deleted the comment. I haven't deleted them, no, they're just not showing up Sorry about this. Perhaps they'll have appeared by tomorrow, if not, I'll look into it.
**EDIT** Looks like the comments were marked as spam for some reason... anyhoo, I'll stop clogging up this lovely thread!
Last edited by Starfall (2012-12-06 22:20:43)
Visit my blog and my DeviatArt page
Offline
@ Starfall, If they do, you will have a billion comments of the same thign from me... I sent you an email.
Offline
@ Starfall: Internet messaging doesn't love me. Other comments are mine.
Many thanks for your explanation here and in your blog.
Last edited by rix (2012-12-07 10:29:16)
Offline
Here's my config:
# i3 config file (v4)
# default modifier key
set $mod Mod4
# font for window titles and bar unless a different font
# is used in the bar block below. ISO 10646 = Unicode
#font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
#font pango:DejaVu Sans Mono 10
font pango:droid sans 10
# open new widows at the bottom by default
default_orientation vertical
# border for new window
new_window 1pixel
# focus follows mouse
focus_follows_mouse no
# toggle between all layouts
bindsym $mod+space layout toggle all
# go to the next urgent workspace, latest first
bindsym $mod+u [urgent="latest"] focus
# kill focused window
bindsym $mod+Shift+c kill
# change focus
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
# cycle through bstacked windows (dwm style)
bindsym $mod+Tab focus down
# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation (columns)
bindsym $mod+v split h
# split in vertical orientation (rows/bstack)
bindsym $mod+d split v
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen
# change container layout
bindsym $mod+e layout stacking
bindsym $mod+m layout tabbed
bindsym $mod+s layout splitv
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
# focus last floating/tiling container
bindsym $mod+Shift+Tab focus mode_toggle
# focus the parent container
bindsym $mod+p focus parent
# focus the child container
bindsym $mod+c focus child
# custom variables for workspaces
set $ws1 1:term
set $ws2 2:media
set $ws3 3:inet
set $ws4 4:dev
set $ws5 5:docs
set $ws6 6:irc/im
set $ws7 7:sys
set $ws8 8:vbox
set $ws9 9:min
# switch to workspace (azerty)
bindsym $mod+ampersand workspace $ws1
bindsym $mod+eacute workspace $ws2
bindsym $mod+quotedbl workspace $ws3
bindsym $mod+apostrophe workspace $ws4
bindsym $mod+parenleft workspace $ws5
bindsym $mod+minus workspace $ws6
bindsym $mod+egrave workspace $ws7
bindsym $mod+underscore workspace $ws8
bindsym $mod+ccedilla workspace $ws9
# switch to workspace (qwerty)
bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace $ws3
bindsym $mod+4 workspace $ws4
bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace $ws8
bindsym $mod+9 workspace $ws9
# move focused container to workspace (azerty)
bindsym $mod+Shift+ampersand move container to workspace $ws1
bindsym $mod+Shift+eacute move container to workspace $ws2
bindsym $mod+Shift+quotedbl move container to workspace $ws3
bindsym $mod+Shift+apostrophe move container to workspace $ws4
bindsym $mod+Shift+parenleft move container to workspace $ws5
bindsym $mod+Shift+minus move container to workspace $ws6
bindsym $mod+Shift+egrave move container to workspace $ws7
bindsym $mod+Shift+underscore move container to workspace $ws8
bindsym $mod+Shift+ccedilla move container to workspace $ws9
# move focused container to workspace (qwerty)
bindsym $mod+Shift+1 move container to workspace $ws1
bindsym $mod+Shift+2 move container to workspace $ws2
bindsym $mod+Shift+3 move container to workspace $ws3
bindsym $mod+Shift+4 move container to workspace $ws4
bindsym $mod+Shift+5 move container to workspace $ws5
bindsym $mod+Shift+6 move container to workspace $ws6
bindsym $mod+Shift+7 move container to workspace $ws7
bindsym $mod+Shift+8 move container to workspace $ws8
bindsym $mod+Shift+9 move container to workspace $ws9
# reload the configuration file
bindsym $mod+Shift+a reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# resize window (works only in resize mode)
# or use mod + right mouse button
mode "resize" {
bindsym h resize shrink width 10 px or 10 ppt
bindsym j resize grow height 10 px or 10 ppt
bindsym k resize shrink height 10 px or 10 ppt
bindsym l resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
# window border colours
# class border backgr. text indicator
client.focused #4c7899 #285577 #ffffff #2e9ef4
client.focused_inactive #333333 #5f676a #ffffff #484e50
client.unfocused #333333 #222222 #888888 #292d2e
client.urgent #2f343a #900000 #ffffff #900000
# i3bar to display a workspace bar + status script
bar {
position top
#status_command i3status --config ~/.i3/i3status.conf
status_command conky
# i3bar colours
colors {
background #000000
statusline #ffffff
focused_workspace #4c7899 #285577 #ffffff
active_workspace #333333 #5f676a #ffffff
inactive_workspace #333333 #222222 #888888
urgent_workspace #2f343a #900000 #ffffff
}
}
# launchers
# start a terminal
bindsym $mod+Shift+Return exec /usr/bin/urxvtc
# launch gmrun
bindsym $mod+g exec /usr/bin/gmrun
# application specific settings
# float the following
for_window [class="Gimp"] floating enable
for_window [class="mplayer2"] floating enable
for_window [title="cmus-filesize"] floating enable
for_window [class="feh"] floating enable
for_window [class="Gmrun"] floating enable
for_window [class="Wicd-client.py"] floating enable
for_window [class="Vlc"] floating enable
for_window [class="Firefox" instance="Browser"] floating enable
for_window [class="Firefox" instance="Dialog"] floating enable
for_window [class="Firefox" instance="Extension"] floating enable
for_window [class="Firefox" instance="Abp"] floating enable
for_window [class="Firefox" instance="Febe"] floating enable
# assign the following to specific workspaces
# firefox
assign [class="Firefox"] $ws3
# pidgin
assign [class="Pidgin" instance="Pidgin"] $ws6
And here's the result:
Last edited by x33a (2013-01-06 17:47:58)
Offline
X-post from the monthly
can you please share your configs?
thanks, flexo
Fight war not wars, destroy power not people!
Offline
@flexo3001
Well I ditched the i3bar and nothing much besides a few hotkeys in .i3/config. But if you want .Xresources and .conkyrc I'll post them.
Offline
@theGunslinger
the .conkyrc and .Xresources would be nice and enough! thanks
Fight war not wars, destroy power not people!
Offline
Here's the conkyrc
http://pastebin.com/7Eg4iCAt (note that you need the edit the coordinates to suit your resolution and replace cmus.sh with a notification script for your player of choice)
And the .Xresources
http://pastebin.com/D9Sb5k9D
Offline
Offline
Really want to give i3 a go. Scanning configs at in this thread at the moment. Really want to get workspaces set up properly. Can I use a name of a workspace rather than a plain number? similar to openbox desktops
Mr Green
Offline
Yes you can
Offline
@ artel, please post a small thumbnail. Read the instructions at the beginning of the thread.
Offline
Fixed it, sorry about that. Thought it was small enough.
Offline
Know that if I launch a browser it opens on Web workspace, can I do the same for a terminal [possibly use its title] to open on a workspace, say called Todo?
Mr Green
Offline
Know that if I launch a browser it opens on Web workspace, can I do the same for a terminal [possibly use its title] to open on a workspace, say called Todo?
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline
Ok I see now thanks
Mr Green
Offline
Offline
My first experience with tiling WM.http://img690.imageshack.us/img690/7421 … 4x768s.png
Last edited by 10PinkPanther (2013-02-10 19:01:11)
Offline