Search found 510 matches

by stark
Sat May 02, 2015 3:43 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Random Internet Thread
Replies: 1924
Views: 2765958

Re: Random Internet Thread

In between Vi and Vim lies Vis: https://github.com/martanne/vis
by stark
Fri May 01, 2015 8:29 pm
Forum: HOW-TO (/usr/share/man)
Topic: Post your Command line tricks
Replies: 283
Views: 105683

Re: Post your Command line tricks

^ I don't think that's possible, that's an internal pager built into the readline and I haven't found any options to change it. from bash's man page: page-completions (On) If set to On, readline uses an internal more-like pager to display a screenful of possible completions at a time. Typing more is...
by stark
Fri May 01, 2015 7:09 pm
Forum: HOW-TO (/usr/share/man)
Topic: Post your Command line tricks
Replies: 283
Views: 105683

Re: Post your Command line tricks

^ Woah, Thanks so much rho ! Not much of a trick, I use `most` as my main pager but sometimes for whatever reason I like to view some manpages with `less` so here's a little tweaked out shell function: h () { man='/usr/bin/man' export PAGER='less' env \ LESS_TERMCAP_mb=$(printf "\e[1;31m")...
by stark
Fri May 01, 2015 4:12 pm
Forum: WM CONFIGS (/home/bbq/.config/wm)
Topic: i3
Replies: 18
Views: 5790

Re: i3

^ The description is better than the experience :D
by stark
Fri May 01, 2015 8:01 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: free association
Replies: 227
Views: 53914

Re: free association

Ballbourne :D
by stark
Thu Apr 30, 2015 6:20 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: dzen
Replies: 42
Views: 24543

Re: dzen

Yeah, sadly you can't intergrate lemonbar or dzen2 in i3 like you can in bspwm or xmonad. You just mess with the x and y offsets to place it on top of i3bar. You can try out bspwm ( very similar to hlwm ) if you want to use lemonbar as your primary bar plus, it's a really nice wm and has some really...
by stark
Thu Apr 30, 2015 5:18 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: hi to all :)
Replies: 28
Views: 8053

Re: hi to all :)

machinebacon wrote:thanks translate.google.com :D
Oh no ! The bacon. It's a ... lie !
by stark
Thu Apr 30, 2015 5:09 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: dzen
Replies: 42
Views: 24543

Re: dzen

Oh and lemonbar has support for fallback fonts ( you can use 5 fonts by default, 1 is the main other four for fallback purposes, and even this number can be increased if needed ) For example this is how I setup fonts in lemonbar scripts: lemon="-benis-lemon-medium-r-normal--10-110-75-75-m-50-is...
by stark
Thu Apr 30, 2015 4:55 pm
Forum: SCREENSHOTS (/usr/bin/scrot)
Topic: Xfce
Replies: 215
Views: 67544

Re: Xfce

@bacon Wow, Shimmer project looks great Thank You :)

@gekkop Try these settings: https://github.com/kori/shell.d/blob/master/infinality ( I normally put them in my ~/.xinitrc ). Also have you tried m+ or fantasque sans mono ?
by stark
Thu Apr 30, 2015 4:43 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: dzen
Replies: 42
Views: 24543

Re: dzen

earsplit has some great stuff too: https://github.com/windelicato/dotfiles/tree/master/.xmonad/scripts and https://bbs.archlinux.org/viewtopic.php?id=40637 dzen has no support for fallback fonts so you either need to use xbm files for the icons or use a font which has the glyphs you need, this is t...
by stark
Thu Apr 30, 2015 7:26 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: hi to all :)
Replies: 28
Views: 8053

Re: hi to all :)

Welcome aboard davenull !

@mb How many languages do you know ? Man you always carry a surprise don't you ;)
by stark
Thu Apr 30, 2015 7:23 am
Forum: SCREENSHOTS (/usr/bin/scrot)
Topic: Xfce
Replies: 215
Views: 67544

Re: Xfce

@gekkop Now slap infinality and Monaco or Menlo and you're done ;) Nice wall and an overall scrot !

@bacon Alright you got me confused ;) Blurry wall and compositing looks really nice ! What's the gtk theme ?
by stark
Thu Apr 30, 2015 6:51 am
Forum: HOW-TO (/usr/share/man)
Topic: Post your Command line tricks
Replies: 283
Views: 105683

Re: Post your Command line tricks

^ Didn't knew that Thanks mb !

@rho *cough* colr *cough* :)
by stark
Wed Apr 29, 2015 6:55 pm
Forum: SUPPORT (/usr/share/doc)
Topic: [SOLVED] dmenu issue upgrading from wheezy to jessie
Replies: 17
Views: 5012

Re: [SOLVED] dmenu issue upgrading from wheezy to jessie

I know the thread title says [SOLVED] but for future reference, dwm's default config.h's dmenu command is a bit whacky so replace it with the following: static const char *dmenucmd[] = { "dmenu_run", "-p", ">", "-fn", font, "-nb", normbgcolor, "...
by stark
Wed Apr 29, 2015 4:45 pm
Forum: SCRIPTS (/usr/local/bin)
Topic: [locked]colr
Replies: 17
Views: 6776

Re: colr

^ Actually Thank You for this overall idea and ofcourse this is possible due to z3bra's cdump and memory script so Thank You z3bra :)
by stark
Wed Apr 29, 2015 7:46 am
Forum: SCREENSHOTS (/usr/bin/scrot)
Topic: jwm
Replies: 122
Views: 58899

Re: jwm

@Eren Ricest Jwm ! Love the window borders ! Awesome work !
by stark
Wed Apr 29, 2015 7:37 am
Forum: SCRIPTS (/usr/local/bin)
Topic: [locked]colr
Replies: 17
Views: 6776

Re: colr

Well looks like this and the above method works with both style1 and style2 ! :D Everything is in an array, bg is in 16 and fg is in 17. EDIT: Sourcing didn't work so added a case, so no need for sourcing, just put colr in $HOME/bin or any $PATH. #!/bin/bash getcol () { for NUM in {0..15} do col[$NU...
by stark
Tue Apr 28, 2015 5:04 pm
Forum: SUPPORT (/usr/share/doc)
Topic: [solved] pop-up notifications (dunst, lemonbar, i3)
Replies: 42
Views: 15069

Re: dunst (on Bork!)

^ Oh forgot about "-d", that might work.
by stark
Tue Apr 28, 2015 9:03 am
Forum: SUPPORT (/usr/share/doc)
Topic: [solved] pop-up notifications (dunst, lemonbar, i3)
Replies: 42
Views: 15069

Re: dunst (on Bork!)

Weird indeed. That should've worked, it can be a bug ;) I'll look further into this.
by stark
Tue Apr 28, 2015 8:36 am
Forum: SUPPORT (/usr/share/doc)
Topic: [solved] pop-up notifications (dunst, lemonbar, i3)
Replies: 42
Views: 15069

Re: dunst (on Bork!)

@ rho That rule must use "title" and not "class" ( lemonbar has no window class id according to xprop ). It's a hack and a very annoying one as if you open anything has the word bar in it's title ( say a file named "bar.sh" in geany or a webpage in a browser that has th...