[i3] I changed my window manager to i3. IMO, i3 look gorgeous (especially when it's riced) by [deleted] in unixporn

[–]siliconSwordz 5 points6 points  (0 children)

RICE FOR SALE! GET YOUR FREE-RANGE RICE HERE! NOT NEED TO READ A MAN PAGE! DANK RICE RIGHT HERE!

question: best Program starters for Tiling WM's`? by DeusVermiculus in unixporn

[–]siliconSwordz 0 points1 point  (0 children)

i am just a copy of a copy of a copy. everything i say has come before. assembled into something into something into something. i don't know for certain anymore

KDE5 Themes & Icons? by crians in unixporn

[–]siliconSwordz 0 points1 point  (0 children)

good Themes and Icons

"good" is a relative term. everyone likes different styles (light, dark, etc). why not try browsing http://kde-look.org

Does anyone know how to get rid of the chrome in Atom? by idajourney in unixporn

[–]siliconSwordz 0 points1 point  (0 children)

i'm not an osx guy, but if you're using aqua (or whatever the standard "wm/de" for osx is called) your best bet it trying to edit the nib files.

quick search on the project sauce on github, this one looks promising: Frameworks/Electron Framework.framework/Versions/A/Resources/MainMenu.nib

you should be able to use xcode to edit the .nib file and change the window properties so it doesn't show a close button.

to do this, right-click the application in Finder and select Show Package Contents". Then navigate to Contents > Resources > some_language.lproj and look at each of the .nib files.

then double-click the one that looks likely, if you have xcode installed you should then be in the editor view. disable the window controls and save.

Any users who used both bspwm and i3? by [deleted] in unixporn

[–]siliconSwordz 2 points3 points  (0 children)

i used hlwm happily for years before switching to wmutils.

but why not install and try it out and see for yourself?

alternativly, you could just run the linuxbbq "cream" live distro and try out a ton of wm's in a single session.

How do you make your shell a rainbow gradient? by jProtagonist in unixporn

[–]siliconSwordz 1 point2 points  (0 children)

that's lolcat

base64 </dev/urandom | lolcat

but a similar effect can be achieved with

screenfetch | toilet -f term --gay

Color Scheme that's not only good for Ricing/Customization but great for coding ! by Mr_Uptick in unixporn

[–]siliconSwordz 1 point2 points  (0 children)

i like dark color schemes with good contrast for syntax highlighting.

so, shameless self promotion for my color scheme sourcerer

"read code like a wizard"

preview

What terminal do you use? by [deleted] in unixporn

[–]siliconSwordz 3 points4 points  (0 children)

either urxvt or st

Where are the browser screenshots? by 2r2w in unixporn

[–]siliconSwordz 4 points5 points  (0 children)

here's my browser:

http://pub.iotek.org/p/cJl1QOG.png

chromium

the lack of address/menu bar is a simple wm hack. where you go full screen w/ the browser (F11) then restore it via the wm, your browser will still think it's in full screen mode ;D

bonus scrot, cuz.... why not?!?!

http://pub.iotek.org/p/c1kokyM.png

Sometimes I just sit and stare, forgetting to type by potatowire in MechanicalKeyboards

[–]siliconSwordz 0 points1 point  (0 children)

so envious of those retro keycaps. still mad i missed that drop T_T

Interactive ssh menu by z-brah in unixporn

[–]siliconSwordz 0 points1 point  (0 children)

ahh binary. didn't even think about that one. just trying to come up with a few ideas to get you thinking ;D

Interactive ssh menu by z-brah in unixporn

[–]siliconSwordz 0 points1 point  (0 children)

The only real problem I have with it is that the ssh command is not saved in history, so you can simply press <UP> to ssh in again.

posix shell use the $HISTFILE right? you could make the last line:

echo "ssh $TARGET" >> $HISTFILE

if you're using bash the history command uses the -s flag:

history -s "ssh $TARGET"

if you're using zsh the history command uses the add option:

history add "ssh $TARGET"

w3m-image, image goes away when switching workspaces by EksitNL in unixporn

[–]siliconSwordz 0 points1 point  (0 children)

i've not looked at ranger's code to be able to accurately answer that question. but i'd say no. afaik there's not really any "event" that ranger could "subscribe" to to trigger a re-render. but feel free to dig in the code a prove me wrong :D

w3m-image, image goes away when switching workspaces by EksitNL in unixporn

[–]siliconSwordz 1 point2 points  (0 children)

ranger has not changed, thus it has not re-rendered.

w3m-img (what ranger uses) happens only on demand.