You are not logged in.
This is my i3 setup -> http://imgur.com/a/KlHtV
Configs on my github.
Offline
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
Offline
Let's see this time:
Seems pretty good to me. That wallpapers is quite nice
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
# 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
Offline
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
Offline
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
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
@rikn00 awesome stuff! Thanks for letting me know about this, never heard of it.
Offline
Let's see this time:
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
Hehe looks like mine https://bbs.archlinux.org/viewtopic.php … 4#p1283414
These wallpapers are from http://hubblesite.org/
Please feel free to correct my english.
Offline
Offline
Hund Shame it's manjaro
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
Hund Shame it's manjaro
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.
Offline
Offline
What is that twitter client you're using?
Offline
What is that twitter client you're using?
It's Turses.
Last edited by Hund (2014-11-04 08:58:34)
Offline
BAM! Just switched from Awesome, and OpenBox before that:
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
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
Offline
BAM! Just switched from Awesome, and OpenBox before that:
Hi, what are those programs you're using there >>>>>>>>>>>>>>>, on urxvts?
Offline
tzoi516 wrote:BAM! Just switched from Awesome, and OpenBox before that:
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