You are not logged in.
Been a loooooooooooong time since I've posted one of these.
i3 isn't playing nice with discord, so I am using awesomeWM in the meantime. Having set up directional selection and directional movement of windows, I must say... I am enjoying awesome!
Here is a link to the wallpaper: https://i.imgur.com/v1pZ0aH.jpg
Offline
Empty desktop: https://i.imgur.com/9fn9ZJL.jpg
Few windows open: https://i.imgur.com/jpmc2Hc.jpg
The wallpaper didn't survive the compression they use in imgur, it seems. It doesn't look that bad in real life.
Offline
Empty desktop: https://i.imgur.com/9fn9ZJL.jpg
Few windows open: https://i.imgur.com/jpmc2Hc.jpgThe wallpaper didn't survive the compression they use in imgur, it seems. It doesn't look that bad in real life.
Cool. What bar/panel is that?
Offline
jaergenoth wrote:Empty desktop: https://i.imgur.com/9fn9ZJL.jpg
Few windows open: https://i.imgur.com/jpmc2Hc.jpgThe wallpaper didn't survive the compression they use in imgur, it seems. It doesn't look that bad in real life.
Cool. What bar/panel is that?
xfce4-panel
Offline
Offline
Couldn't get the thumbnail to be visible in the post, so putting up a link instead.
I've grown tired of i3-gaps with blocks / polybar, have gone back to good old i3wm and i3status.
Wallpaper: http://wallpaperswide.com/xitang-wallpapers.html
Offline
Couldn't get the thumbnail to be visible in the post, so putting up a link instead.
I've grown tired of i3-gaps with blocks / polybar, have gone back to good old i3wm and i3status.
Wallpaper: http://wallpaperswide.com/xitang-wallpapers.html
Copy the BB code link from imgur (, quote my message to see the code, also after clicking small/medium thumbnail below of the links)
Last edited by ArchUser87 (2018-07-29 17:14:41)
Keep it simple stupid
Offline
Kabir wrote:Couldn't get the thumbnail to be visible in the post, so putting up a link instead.
I've grown tired of i3-gaps with blocks / polybar, have gone back to good old i3wm and i3status.
Wallpaper: http://wallpaperswide.com/xitang-wallpapers.htmlCopy the BB code link from imgur (, quote my message to see the code, also after clicking small/medium thumbnail below of the links)
Thanks @ArchUser87!
Offline
No probs!
Keep it simple stupid
Offline
Much the same as 2016/17
DWM 6-1
https://s8.postimg.cc/hmasu23yt/lastimg.png
Last edited by cirrus (2018-07-29 19:47:11)
Ancestoral Clan https://cirrus.freevar.com/mclean.html
Offline
Offline
Offline
Offline
As exciting as ever:
https://jessemcclure.org/~jmcclure/thumb-screenie.png
Hi, can you share the configs, I think your screenshoot look interesting.
Offline
Sure, here hey are:
#
(if that wasn't a joke, then exactly what config are you looking for)
(edit: damn, fluxbb doesn't allow empty code tags)
Last edited by Trilby (2018-09-21 13:04:17)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Sure, here hey are:
#
(if that wasn't a joke, then exactly what config are you looking for)
(edit: damn, fluxbb doesn't allow empty code tags)
Yeah, can you share 'xi' 'tmuxwm' 'tmux' and especially 'urxvt' conifgs. What's the term font?
Offline
The terminal is st-git for which I apply the following sed script to the config.h before compiling:
$ cat st.sed
/font/s/= .*/= "xos4 Terminus:size=11:antialias=true:autohint=true";/
/shell/s/sh$/ash/
/cwscale/s/1.0/0.8/
/defaultfg/s/7/257/
/defaultbg/s/0/256/
/defaultcs/s/256/15/
/defaultrcs/s/257/0/
s/"black"/"#101010"/
s/"red3"/"#EEBBBB"/
s/"green3"/"#BBEEBB"/
s/"yellow3"/"#DDDDAA"/
s/"blue2"/"#BBBBEE"/
s/"magenta3"/"#DDAADD"/
s/"cyan3"/"#AADDDD"/
s/"gray90"/"#AAAAAA"/
s/"gray50"/"#202428"/
s/"red"/"#FF4444"/
s/"green"/"#44FF44"/
s/"yellow"/"#DDDD55"/
s/"#5c5cff"/"#4444FF"/
s/"magenta"/"#DD55DD"/
s/"cyan"/"#55DDDD"/
s/"white"/"#CCCCCC"/
s/"#cccccc"/"#202428"/
s/"#555555"/"#E0E0E0"/
Xi and tmuxwm should be just as they are here.
And nothing too creative in my tmux.conf:
unbind C-b
unbind-key -a
unbind-key -a -T copy-mode
unbind-key -a -T copy-mode-vi
set -g prefix C-space
set -g base-index 1
set -g mouse on
set -g default-terminal screen-256color
set -g status on
set -g status-interval 60
set -g escape-time 0
set -g default-command /bin/ash
set -g status-position top
set -g status-left ''
set -g status-right '#[fg=colour7]#[bg=colour8] #(date +%H:%M) '
set -g status-keys vi
set -g mode-keys vi
set -g status-bg colour8
set -g status-fg colour15
set -g display-time 1000
set -g renumber-windows on
set -g pane-border-fg colour234
set -g pane-active-border-fg colour234
set -g pane-border-bg colour234
set -g pane-active-border-bg colour234
set -g mode-bg colour0
set -g mode-fg colour228
set-window-option -g window-status-format '#[fg=colour238]#[bg=colour0] #T '
set-window-option -g window-status-current-format '#[fg=colour15]#[bg=colour8] #T '
bind w run -b 'qutebrowser >/dev/null 2>&1'
bind r source-file ~/.tmux.conf
bind \; command-prompt
bind enter new-window
bind TAB next-window
bind -n M-1 select-window -t 1
bind -n M-2 select-window -t 2
bind -n M-3 select-window -t 3
bind -n M-4 select-window -t 4
bind -n M-5 select-window -t 5
bind | split-window -h
bind - split-window -v
bind space select-layout -n
bind Up select-pane -U
bind Down select-pane -D
bind Left select-pane -L
bind Right select-pane -R
bind -T root WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'"
bind -T root WheelDownPane select-pane -t= \; send-keys -M
bind -T copy-mode-vi MouseDrag1Pane select-pane -t= \; send-keys -X begin-selection
bind -T copy-mode-vi MouseDragEnd1Pane send -X copy-pipe-and-cancel "xsel -i"
bind -T copy-mode-vi Enter send-keys -X copy-selection-and-cancel
bind -T copy-mode-vi WheelUpPane select-pane -t= \; send-keys -X -N 5 scroll-up
bind -T copy-mode-vi WheelDownPane select-pane -t= \; send-keys -X -N 5 scroll-down
bind -T root MouseDrag1Pane if-shell -F -t = "#{mouse_any_flag}" "if -Ft= \"#{pane_in_mode}\" \"copy-mode -M\" \"send-keys -M\"" "copy-mode -M"
# vim: ft=tmux
I've also set up my ssh config to set titles for hosts I frequently shell into, like with the following made up block:
Host workthingy
Hostname some.workhost.edu
LocalCommand printf "\033]0;[workthingy]\007"
Then on each of those hosts I have tmux set up to run on that end, but with bottom tabs and a different prefix key.
Last edited by Trilby (2018-09-22 13:36:36)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
* nord colors
* hack font
* 2bwm
* urxvt
* zsh
* tmux
* git
* neovim
* chromium
Last edited by xero (2018-09-26 19:09:37)
▬▬ι═══════ﺤ
http://git.io/.files
Offline
Offline
Offline
Offline
Hello. It all started here, had issues there. This is the final result:
More details here. For anyone interested, more about me. Salut!
Image Rules [jwr] --
I always liked BB coding. It makes you a trickster! Thanks for the heads up!
Last edited by skynet (2018-11-23 17:58:00)
Offline