You are not logged in.

#76 2012-12-06 17:17:05

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: i3 desktop screenshots and config sharing

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

#77 2012-12-06 17:27:46

Starfall
Member
From: /home/
Registered: 2011-05-24
Posts: 209
Website

Re: i3 desktop screenshots and config sharing

WonderWoofy wrote:

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 big_smile Yeah I've seen 'em and replied, reply back when you can. Have fun at work wink


Visit my blog and my DeviatArt page

Offline

#78 2012-12-06 19:24:14

rix
Member
Registered: 2012-07-25
Posts: 238

Re: i3 desktop screenshots and config sharing

@ n3b: i like your colors instead. Any chance for a larger image?
Thank you.

Offline

#79 2012-12-06 22:14:17

Starfall
Member
From: /home/
Registered: 2011-05-24
Posts: 209
Website

Re: i3 desktop screenshots and config sharing

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 sad 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

#80 2012-12-06 22:21:10

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: i3 desktop screenshots and config sharing

@ Starfall, If they do, you will have a billion comments of the same thign from me... I sent you an email.

Offline

#81 2012-12-06 22:27:59

rix
Member
Registered: 2012-07-25
Posts: 238

Re: i3 desktop screenshots and config sharing

@ Starfall: Internet messaging doesn't love me. Other comments are mine. smile
Many thanks for your explanation here and in your blog.

Last edited by rix (2012-12-07 10:29:16)

Offline

#82 2012-12-11 22:47:28

cippaciong
Member
Registered: 2010-06-21
Posts: 104
Website

Re: i3 desktop screenshots and config sharing

Hi everyone!
This is my latest i3 screenshot:
tZ244Zg

And here you can find the configs.

(is also on DA)

Offline

#83 2012-12-24 16:26:38

theGunslinger
Member
Registered: 2011-05-20
Posts: 300

Re: i3 desktop screenshots and config sharing

X-post from the monthly

laptop.jpg

Offline

#84 2013-01-02 08:05:25

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: i3 desktop screenshots and config sharing

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:

rbAiws.png

Last edited by x33a (2013-01-06 17:47:58)

Offline

#85 2013-01-06 14:01:15

flexo3001
Member
From: berlin
Registered: 2012-01-13
Posts: 95

Re: i3 desktop screenshots and config sharing

theGunslinger wrote:

can you please share your configs?

thanks, flexo


Fight war not wars, destroy power not people!

Offline

#86 2013-01-06 23:14:59

theGunslinger
Member
Registered: 2011-05-20
Posts: 300

Re: i3 desktop screenshots and config sharing

@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. smile

Offline

#87 2013-01-08 00:13:58

flexo3001
Member
From: berlin
Registered: 2012-01-13
Posts: 95

Re: i3 desktop screenshots and config sharing

@theGunslinger

the .conkyrc and .Xresources would be nice and enough! thanks


Fight war not wars, destroy power not people!

Offline

#88 2013-01-08 01:12:42

theGunslinger
Member
Registered: 2011-05-20
Posts: 300

Re: i3 desktop screenshots and config sharing

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

#89 2013-01-10 12:27:40

opt1mus
Member
From: UK
Registered: 2011-12-31
Posts: 212
Website

Re: i3 desktop screenshots and config sharing

taDBrZQ

On an Asus EeePc 900.

Offline

#90 2013-01-14 18:46:52

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: i3 desktop screenshots and config sharing

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

#91 2013-01-14 20:33:24

theGunslinger
Member
Registered: 2011-05-20
Posts: 300

Re: i3 desktop screenshots and config sharing

Yes you can

Offline

#92 2013-01-16 01:19:12

simonito
Member
Registered: 2011-03-16
Posts: 9

Re: i3 desktop screenshots and config sharing

clean:
clean
a bunch of shitty things opened/running:
dirt

Offline

#93 2013-01-16 07:48:30

artel
Member
Registered: 2013-01-16
Posts: 3

Re: i3 desktop screenshots and config sharing

New to Arch and Linux. Just found out how to integrate conky with the i3's bar

edOzts.jpg

Last edited by artel (2013-01-16 09:27:12)

Offline

#94 2013-01-16 07:58:38

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: i3 desktop screenshots and config sharing

@ artel, please post a small thumbnail. Read the instructions at the beginning of the thread.

Offline

#95 2013-01-16 09:13:09

artel
Member
Registered: 2013-01-16
Posts: 3

Re: i3 desktop screenshots and config sharing

Fixed it, sorry about that. Thought it was small enough.

Offline

#96 2013-01-16 17:25:48

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: i3 desktop screenshots and config sharing

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

#97 2013-01-16 17:37:33

lagagnon
Member
From: an Island in the Pacific...
Registered: 2009-12-10
Posts: 1,087
Website

Re: i3 desktop screenshots and config sharing

Mr Green wrote:

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?

http://i3wm.org/docs/userguide.html#_au … workspaces


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

#98 2013-01-16 17:49:58

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: i3 desktop screenshots and config sharing

Ok I see now thanks smile


Mr Green

Offline

#99 2013-01-24 03:43:01

opt1mus
Member
From: UK
Registered: 2011-12-31
Posts: 212
Website

Re: i3 desktop screenshots and config sharing

taDc2bQ

Aware I posted not so long ago, but I felt this change of settings warranted posting.

wm; i3-wm
term; urxvt
font; tamsyn 5
colours; zenburn & desert

Offline

#100 2013-01-27 05:54:49

10PinkPanther
Member
From: Croatia
Registered: 2012-11-10
Posts: 374

Re: i3 desktop screenshots and config sharing

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

Board footer

Powered by FluxBB