You are not logged in.

#326 2014-07-30 21:31:18

smlb
Member
From: /dev/null
Registered: 2013-05-20
Posts: 60
Website

Re: i3 desktop screenshots and config sharing

This is my i3 setup -> http://imgur.com/a/KlHtV

Configs on my github.

Offline

#327 2014-08-07 15:04:26

tigrezno
Member
Registered: 2004-05-10
Posts: 64

Re: i3 desktop screenshots and config sharing

Posting again since the image hosting didn't work (also another theme)

Clean


Busy


(custom dircolors and cmus theme)


-- mod edit: read the rules and only post thumbnails https://bbs.archlinux.org/viewtopic.php?id=61754  [jwr] --

Last edited by tigrezno (2014-08-07 15:07:34)

Offline

#328 2014-08-07 16:40:26

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: i3 desktop screenshots and config sharing

th_i3.jpg

Last edited by Rasi (2014-08-07 20:09:00)


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#329 2014-08-07 20:06:13

tigrezno
Member
Registered: 2004-05-10
Posts: 64

Re: i3 desktop screenshots and config sharing

Let's see this time:

VezHMMg.jpg

Last edited by tigrezno (2014-08-07 20:44:42)

Offline

#330 2014-08-08 01:18:12

Argish
Member
Registered: 2012-07-04
Posts: 7

Re: i3 desktop screenshots and config sharing

tigrezno wrote:

Let's see this time:

http://i.imgur.com/VezHMMg.jpg

Seems pretty good to me. That wallpapers is quite nice smile

It has been quite a looooong time ago since I didn't login here. Basically my laptop died two years ago and yesterday I decided to came back arch, because I was tired of developing ruby in windows.

http://i57.tinypic.com/rthsm1.png

Just want to mention that I have been two years without using i3 and it's so EASY to use that I remembered most of the shortcuts. Handy indeed.

Last edited by Argish (2014-08-08 01:23:56)

Offline

#331 2014-08-08 05:22:48

MreDD
Member
From: Orange County, USA
Registered: 2007-08-26
Posts: 175
Website

Re: i3 desktop screenshots and config sharing

1.png

# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
#

# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!

set $mod Mod4
set $alt Mod1

# Font for window titles. Will also be used by the 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
# The font above is very space-efficient, that is, it looks good, sharp and
# clear in small sizes. However, if you need a lot of unicode glyphs or
# right-to-left text rendering, you should instead use pango for rendering and
# chose a FreeType font, such as:
# font pango:DejaVu Sans Mono 10

# environment {{{
# font
font xft:Comfortaa 9

# monitors
set $resize_step 100
#set $screenL HDMI-0
#set $screenR DVI-I-1
#set $screenL HDMI-0

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

default_orientation vertical

focus_follows_mouse yes

popup_during_fullscreen ignore
# }}}

# Colors {{{
# class                 border  backgr. text    indicator
#client.background       #181e31
client.background       #060606
#client.background       #1c1c1c
#statusline
#client.focused          #181e31 #101116 #d2d2d2 #2e9ef4
#client.focused          #090909 #101010 #999999 #969696
#client.focused          #262626 #121212 #d0d0d0 #969696
#client.focused          #262626 #1c1c1c #d0d0d0 #969696
client.focused          #303030 #060606 #949494 #eeeeee
#client.focused_inactive #181e31 #101116 #666666 #484e50
#client.focused_inactive #1e1e1e #060606 #333333 #444444
#client.focused_inactive  #080808 #1c1c1c #303030 #444444
client.focused_inactive #121212 #060606 #262626 #121212
#client.unfocused        #181e31 #101116 #515152 #292d2e
#client.unfocused        #0e0e0e #060606 #222222 #222222
#client.unfocused        #1c1c1c #161616 #262626 #222222
client.unfocused        #1c1c1c #060606 #262626 #444444
#client.urgent           #700000 #900000 #d2d2d2 #ffffff
#client.urgent           #330909 #000000 #ffffff #330909
#client.urgent           #ffd77ff #080808 #eeeeee #ff0000
client.urgent           #5f0000 #060606 #5f0000 #870000
# }}}

# binds {{{
# start a terminal
bindsym $mod+Return exec i3-sensible-terminal

# kill focused window
bindsym $mod+Shift+q kill

# start dmenu (a program launcher)
bindsym $mod+p exec dmenu_run -fn -*-termsyn-*-*-*-*-12-*-*-*-*-*-*-* -nb "#060606" -nf "#949494" -sb "#121212" -sf "#eeeeee"

# volume
bindsym XF86AudioMute exec amixer -q sset PCM toggle
bindsym XF86AudioLowerVolume exec amixer -q set PCM 2- unmute
bindsym XF86AudioRaiseVolume exec amixer -q set PCM 2+ unmute

# change focus
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right

# 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
bindsym $mod+d split h

# split in vertical orientation
bindsym $mod+v split v

# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen

# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+t layout tabbed
bindsym $mod+e layout toggle split

# toggle tiling / floating
bindsym $mod+Shift+space floating toggle

# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle

# focus the parent container
bindsym $mod+a focus parent

# focus the child container
#bindsym $mod+d focus child

# reload the configuration file
bindsym $mod+Shift+w 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 exit

bindsym $mod+$alt+r mode "resize"
bindsym $mod+x mode "launch"
bindsym $mod+less mode "focus"
bindsym $mod+m mode "monitor_select"

bindsym $mod+w border normal
bindsym $mod+y border 1pixel
bindsym $mod+u border none

# resize window (you can also use the mouse for that)
mode "resize" {
        # These bindings trigger as soon as you enter the resize mode

        # Pressing left will shrink the window’s width.
        # Pressing right will grow the window’s width.
        # Pressing up will shrink the window’s height.
        # Pressing down will grow the window’s height.
        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"
# }}}

# workspaces {{{
# switch to workspace
bindsym $mod+1 workspace begn
bindsym $mod+2 workspace web
bindsym $mod+3 workspace bld
bindsym $mod+4 workspace offc
bindsym $mod+5 workspace misc

bindsym $mod+6 workspace soc
bindsym $mod+7 workspace cd*
bindsym $mod+8 workspace img
bindsym $mod+9 workspace sim
bindsym $mod+0 workspace end

# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace begn
bindsym $mod+Shift+2 move container to workspace web
bindsym $mod+Shift+3 move container to workspace bld
bindsym $mod+Shift+4 move container to workspace offc
bindsym $mod+Shift+5 move container to workspace misc

bindsym $mod+Shift+6 move container to workspace soc
bindsym $mod+Shift+7 move container to workspace cd*
bindsym $mod+Shift+8 move container to workspace img
bindsym $mod+Shift+9 move container to workspace sim
bindsym $mod+Shift+0 move container to workspace end

#workspace  begn output  $screenL
#workspace  web  output  $screenL
#workspace  bld  output  $screenL
#workspace  offc output  $screenL
#workspace  misc output  $screenL

#workspace  soc  output  $screenR
#workspace  cd*  output  $screenR
#workspace  img  output  $screenR
#workspace  sim  output  $screenR
#workspace  end  output  $screenR
# }}}

# app control {{{
# Left Monitor
assign [class="(?i)firefox"] → web
assign [class="(?i)chromium"] → web
assign [class="(?i)dwb"] → web
assign [class="(?i)thunderbird"] → web
assign [class="(?i)build"] → bld
assign [class="(?i)libreoffice"] → offc
assign [class="(?i)virtualbox"] → sim

# Right Monitor
assign [class="(?i)zeohn"] → soc
assign [class="(?i)code"] → cd*
assign [class="(?i)gedit"] → cd*
assign [class="(?i)Gimp"] → img
assign [class="(?i)inkscape"] → img
assign [class="(?i)darktable"] → img
assign [class="(?i)XMBC Media Center"] → soc
assign [class="(?i)plexhometheater"] → soc
assign [class="(?i)MPlayer"] → soc

# floating
for_window [class="(?i)nvidia-settings"] floating enable
for_window [class="(?i)mirage"] floating enable
for_window [class="(?i)vlc"] floating enable border none
for_window [class="(?i)MPlayer"] floating enable border none
for_window [class="(?i)MPlayer2"] floating enable border none
for_window [title="MPlayer"] border none
for_window [class="(?i)virtualbox"] floating enable


# layout per app
for_window [title="zeohn"] border none
for_window [class="URxvt"] border none
for_window [title="code"] border none
for_window [class="URxvt"] border none
for_window [instance="gimp"] floating enable resize shrink right 28px or 28 ppt
for_window [title="GNU Image Manipulation Program"] floating disable border none
for_window [window_role="gimp-toolbox"] floating enable resize shrink right 28px or 28 ppt
for_window [window_role="GIMP Message"] floating enable resize shrink right 32px or 32 ppt
for_window [title="(?i)Calculator"] floating enable border none
for_window [class="xcalc"] floating enable border none
for_window [instance="xcalc"] floating enable resize shrink right 32px or 32 ppt

# dirty hack to set tabbed container layout
for_window [class="(?i)firefox"] layout tabbed border none
for_window [class="(?i)thunderbird"] layout tabbed border none
for_window [class="(?i)chromium"] layout tabbed border none
for_window [title="Chromium"] layout tabbed border none
for_window [class="(?i)opera"] layout tabbed border none
for_window [class="(?i)dwb"] layout tabbed border none
# }}}

# bar {{{
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
        output HDMI-0
#        output DVI-I-1
        status_command i3status --config ~/.i3/i3status.conf
#        status_command ~/.i3/scripts/my_i3status.sh | i3status
        position top
        mode hide
        modifier mod1
        workspace_buttons yes
        tray_output HDMI-0
        font xft:Menlo 9

colors {
        #background         #191f2d
        #background         #060606
        #background         #161616
        #background         #101010
        #background         #1c1c1c
        background          #101010

        #statusline         #999999
        statusline         #b2b2b2
        # class            border  backgr  text    indicator
        #focused_workspace  #181e31 #101116 #d2d2d2
        #focused_workspace  #090909 #060606 #d2d2d2 #969696
        #focused_workspace  #262626 #121212 #d0d0d0 #969696
        #focused_workspace  #262626 #1c1c1c #d2d2d2 #969696
        focused_workspace  #1c1c1c #101010 #f7f7f7
        #active_workspace   #181e31 #101116 #999999
        #active_workspace   #1e1e1e #060606 #999999 #444444
        #active_workspace   #080808 #161616 #303030 #444444
        #active_workspace   #080808 #1c1c1c #303030 #444444
        active_workspace   #1c1c1c  #121212 #f7f7f7 #444444
        #inactive_workspace #181e31 #101116 #515152
        #inactive_workspace #0e0e0e #090909 #666666 #222222
        #inactive_workspace #161616 #1c1c1c #262626 #222222
        inactive_workspace #080808 #101010 #262626 #222222
        #urgent_workspace   #900000 #757a83 #ffffff
        #urgent_workspace   #330909 #000000 #ffffff #330909
        #urgent_workspace   #ffd77ff #080808 #eeeeee #ff0000
        urgent_workspace   ##e4e4e4 #121212 #e4e4e4
    }

}
# }}}

Last edited by MreDD (2014-08-09 04:53:08)


...MikereDD
:Go Away & Give My Pillow Back!!:
aur pkgbuilds - mostly fortune-mod's & fonts

Offline

#332 2014-08-12 15:34:04

okubax
Member
From: Kent, UK.
Registered: 2010-04-24
Posts: 210
Website

Re: i3 desktop screenshots and config sharing

current setup

14710675019_fc2d257cf0_m.jpg

Offline

#333 2014-08-14 20:54:07

hugotroll
Member
Registered: 2013-12-02
Posts: 1

Re: i3 desktop screenshots and config sharing

Very nice. I started thinking about moving from awesome to i3 after seeing this screenshot.

What's your irssi theme and terminal font?

Edit: Found both of them in your Pastebin. Irssi theme was this and terminal font is consolas.

Last edited by hugotroll (2014-08-14 21:01:57)

Offline

#334 2014-09-30 05:12:24

delta24
Member
Registered: 2013-08-07
Posts: 13

Re: i3 desktop screenshots and config sharing

My current setup (using i3 for a time now),

hohbLyf.png

fullscreen: http://imgur.com/lYBQ8fa

Offline

#335 2014-10-08 17:01:19

josemota
Member
Registered: 2010-10-24
Posts: 47

Re: i3 desktop screenshots and config sharing

Hey @Rasi, I saw you were using Spotify along with the song name and artist on top. How did you get that info? I assume you're using conky?

Offline

#336 2014-10-09 12:23:25

rikn00
Member
Registered: 2014-06-26
Posts: 21

Re: i3 desktop screenshots and config sharing

josemota wrote:

Hey @Rasi, I saw you were using Spotify along with the song name and artist on top. How did you get that info? I assume you're using conky?

With native linux client you can use e.g. playerctl from aur and get spotify metadata with 'playerctl metadata' which you can format and then pipe to i3bar. I think you can also do this without playerctl with some dbus stuff.

Offline

#337 2014-10-09 14:24:16

josemota
Member
Registered: 2010-10-24
Posts: 47

Re: i3 desktop screenshots and config sharing

@rikn00 awesome stuff! Thanks for letting me know about this, never heard of it.

Offline

#338 2014-10-29 03:09:35

securitybreach
Member
From: In front of my computers
Registered: 2007-11-18
Posts: 416
Website

Re: i3 desktop screenshots and config sharing

tigrezno wrote:

Let's see this time:

http://i.imgur.com/VezHMMg.jpg


Beautiful wallpaper, do you have a link?


"Every normal man must be tempted at times to spit upon his hands, hoist the black flag, and begin slitting throats." -- H.L. Mencken
Website      Configs
Forum Admin: Bruno's All Things Linux   
securitybreach<a>archlinux.us

Offline

#339 2014-10-29 18:48:05

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: i3 desktop screenshots and config sharing

Hehe looks like mine wink  https://bbs.archlinux.org/viewtopic.php … 4#p1283414

These wallpapers are from http://hubblesite.org/


Please feel free to correct my english.

Offline

#340 2014-10-31 21:07:42

tzoi516
Member
Registered: 2014-05-02
Posts: 76

Re: i3 desktop screenshots and config sharing

BAM! Just switched from Awesome, and OpenBox before that:

1414792961.jpg

Offline

#341 2014-11-03 05:49:51

Hund
Member
From: Sweden
Registered: 2010-03-22
Posts: 479
Website

Re: i3 desktop screenshots and config sharing

my_desktop___manjaro_w__i3___november_2014_by_hundone-d850s7c.png

Last edited by Hund (2014-11-03 06:15:59)

Offline

#342 2014-11-03 10:07:25

t0m5k1
Member
From: overthere
Registered: 2012-02-10
Posts: 324

Re: i3 desktop screenshots and config sharing

Hund Shame it's manjaro wink


ROG Strix (GD30CI) - Intel Core i5-7400 CPU - 32Gb 2400Mhz - GTX1070 8GB - AwesomeWM (occasionally XFCE, i3)

If everything in life was easy, we would learn nothing!
Linux User: 401820  Steam-HearThis.at-Last FM-Reddit

Offline

#343 2014-11-03 13:27:51

Hund
Member
From: Sweden
Registered: 2010-03-22
Posts: 479
Website

Re: i3 desktop screenshots and config sharing

t0m5k1 wrote:

Hund Shame it's manjaro wink

Haha! I have used Arch for.. 3-4 years maybe? I switched to Manjaro some time ago, since I really like how stable it is, and its really not some "Ubuntu version" of Arch either. smile

Offline

#344 2014-11-03 14:15:18

cybe-arch
Member
Registered: 2007-09-02
Posts: 56
Website

Re: i3 desktop screenshots and config sharing

mnmlism
screenshot.jpg

Offline

#345 2014-11-03 17:50:33

arbulus
Member
Registered: 2007-12-25
Posts: 45

Re: i3 desktop screenshots and config sharing

Offline

#346 2014-11-04 05:56:36

Hund
Member
From: Sweden
Registered: 2010-03-22
Posts: 479
Website

Re: i3 desktop screenshots and config sharing

It's Turses. smile

Last edited by Hund (2014-11-04 08:58:34)

Offline

#347 2014-11-10 15:21:39

daedalus.mythos
Member
Registered: 2014-11-07
Posts: 13

Re: i3 desktop screenshots and config sharing

tzoi516 wrote:

BAM! Just switched from Awesome, and OpenBox before that:

http://s2.postimg.org/kvupspid1/1414792961.jpg

how do you like i3 in comparison to awesome?
I'm currently trying to decide whether to get into i3, awesome or herbstluft..


#70562
<CaffieneHead>  We have enough youth. What we need is a fountain of smart.

Offline

#348 2014-11-10 16:42:02

josemota
Member
Registered: 2010-10-24
Posts: 47

Re: i3 desktop screenshots and config sharing

daedalus.mythos wrote:

how do you like i3 in comparison to awesome?
I'm currently trying to decide whether to get into i3, awesome or herbstluft..

I can tell you from experience that, although awesome looks really great, i3 is so much easier to setup, understand and embrace. I haven't turned back ever since. The WM is a lot simpler and lighter too (not too many dependencies as awesome once had), configuration is dead easy to generate and edit, documentation is spot on. Definitely give it a try. Here, I found this one to help you out: https://www.youtube.com/watch?v=pSPcQ7Sdoh4

I don't about herbstluft though. You would have to ask someone else, sorry smile

Offline

#349 2014-11-10 21:04:51

thiagowfx
Member
Registered: 2013-07-09
Posts: 586

Re: i3 desktop screenshots and config sharing

tzoi516 wrote:

BAM! Just switched from Awesome, and OpenBox before that:

http://s2.postimg.org/kvupspid1/1414792961.jpg

Hi, what are those programs you're using there >>>>>>>>>>>>>>>, on urxvts?

Offline

#350 2014-11-11 00:39:06

t0m5k1
Member
From: overthere
Registered: 2012-02-10
Posts: 324

Re: i3 desktop screenshots and config sharing

thiagowfx wrote:
tzoi516 wrote:

BAM! Just switched from Awesome, and OpenBox before that:

http://s2.postimg.org/kvupspid1/1414792961.jpg

Hi, what are those programs you're using there >>>>>>>>>>>>>>>, on urxvts?

unsure what the top one is but it looks to be a wireless info screen, then we have iptraf followed by ncmpcpp at the bottom


ROG Strix (GD30CI) - Intel Core i5-7400 CPU - 32Gb 2400Mhz - GTX1070 8GB - AwesomeWM (occasionally XFCE, i3)

If everything in life was easy, we would learn nothing!
Linux User: 401820  Steam-HearThis.at-Last FM-Reddit

Offline

Board footer

Powered by FluxBB