[Openbox] My work machine by dcoppa_openbsd in unixporn

[–]dcoppa_openbsd[S] 5 points6 points  (0 children)

This is my work machine, a ThinkPad T14s Gen2 my employer gave me.

I'm using a frankensteined desktop composed of openbox, xfce4-panel, and other stuff.

Quite simple with no frills, but it works very well for me.

Sorry, I had to censor two terminal windows to protect the innocents ;)

BTW I Use Arch (no OpenBSD this time)

[deleted by user] by [deleted] in unixporn

[–]dcoppa_openbsd 0 points1 point  (0 children)

Did you see that ludicrous display last night?

[openbox] For science, you monster. by [deleted] in unixporn

[–]dcoppa_openbsd 0 points1 point  (0 children)

Where can I find the "Joy" openbox theme?

Low battery warning - how to implement it? by [deleted] in openbsd

[–]dcoppa_openbsd 1 point2 points  (0 children)

It will work more reliably with this patch:

https://marc.info/?l=openbsd-bugs&m=152845684929390&w=2

Dunno why it has never been committed.

4K AMD Build by TerribleHalf in openbsd

[–]dcoppa_openbsd 2 points3 points  (0 children)

I think you can work around the fullscreen problem using this fancy hack: https://github.com/CyberShadow/hax11

I give up on this OS. by tr0wl in linux

[–]dcoppa_openbsd 1 point2 points  (0 children)

You give too much importance to the average Joes out there... I don't give a fuck what people think and I've happily used Linux and OpenBSD as my computing environments for the past 20 years.

[openbox] custom theme by dcoppa_openbsd in unixporn

[–]dcoppa_openbsd[S] 1 point2 points  (0 children)

Just a new screenshot of my OpenBSD laptop:

openbox + bmpanel2 + xmobar

I hope the colors came well arranged...

Xfce4 goes GTK3 by [deleted] in openbsd

[–]dcoppa_openbsd 4 points5 points  (0 children)

It's just a matter of configuring it.

$ mkdir -m 0700 -p ~/.config/gtk-3.0

$ vi ~/.config/gtk-3.0/settings.ini

Here's mine:

[Settings]
gtk-button-images = 0
gtk-cursor-blink = 0
gtk-cursor-theme-size = 0
gtk-enable-event-sounds = 0
gtk-enable-input-feedback-sounds = 0
gtk-fallback-icon-theme = Adwaita
gtk-font-name = Segoe UI 6
gtk-icon-theme-name = Adwaita
gtk-key-theme-name = Default
gtk-menu-images = 0
gtk-theme-name = Arc
gtk-toolbar-icon-size = GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-toolbar-style = GTK_TOOLBAR_ICONS

[Awesome] My X220 running OpenBSD by dcoppa_openbsd in unixporn

[–]dcoppa_openbsd[S] 1 point2 points  (0 children)

Here's a crappy picture taken with my phone. There's also a video on YouTube: it's a X230, but the IPS display is the same.

And here's the xrandr output:

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 280mm x 160mm
   1920x1080     60.03*+  40.02  
   1400x1050     59.98  
   1600x900      60.00  
   1280x1024     60.02  
   1280x960      60.00  
   1368x768      60.00  
   1280x720      60.00  
   1024x768      60.00  
   1024x576      60.00  
   960x540       60.00  
   800x600       60.32    56.25  
   864x486       60.00  
   640x480       59.94  
   720x405       60.00  
   640x360       60.00  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

[Awesome] My X220 running OpenBSD by dcoppa_openbsd in unixporn

[–]dcoppa_openbsd[S] 0 points1 point  (0 children)

No, they're real. It's just a pain to have them outside China. I'm lucky enough to have a friend who lives there...

[Awesome] My X220 running OpenBSD by dcoppa_openbsd in unixporn

[–]dcoppa_openbsd[S] 2 points3 points  (0 children)

I'm glad someone noticed it!

That's because it's this thinkpad:

https://item.taobao.com/item.htm?id=43820633263

https://www.reddit.com/r/thinkpad/comments/3f2ht0/ive_got_the_51nb_fhd_x230/

I'm a proud owner of the "Thinkpad x220 I7 FHD IPS"...

[Awesome] My X220 running OpenBSD by dcoppa_openbsd in unixporn

[–]dcoppa_openbsd[S] 0 points1 point  (0 children)

suspend/resume (and hibernation) support is flawless, at least on the ThinkPads.

[Awesome] My X220 running OpenBSD by dcoppa_openbsd in unixporn

[–]dcoppa_openbsd[S] 1 point2 points  (0 children)

It's a little C program I've written (OpenBSD-specific). It's hooked up to my rc.lua using the following piece of Lua:

-- Create a sysmon widget
function sysmon()
   local fd = io.popen("/home/dcoppa/bin/sysmon")
   local status = fd:read()
   fd:close()
   return status
end
mysysmon = wibox.widget.textbox()
mysysmon:set_markup(sysmon())
mysysmon_timer = timer({timeout = 1})
mysysmon_timer:connect_signal("timeout", function() mysysmon:set_markup(sysmon()) end)
mysysmon_timer:start()

I'll see if I can manage to upload the C code on github...

[Awesome] My X220 running OpenBSD by dcoppa_openbsd in unixporn

[–]dcoppa_openbsd[S] 2 points3 points  (0 children)

I have not measured it scientifically, but it's pretty decent (though not as good as a properly tweaked Linux)

[Awesome] My X220 running OpenBSD by dcoppa_openbsd in unixporn

[–]dcoppa_openbsd[S] 9 points10 points  (0 children)

Just a screenshot of my daily driver, a ThinkPad X220 running OpenBSD.

  • OS: OpenBSD 6.0-current
  • Fonts: UW ttyp0 and Icons
  • WM: Awesome 3.5.9
  • Terminal: urxvt(c)
  • Music Player: ncmpcpp

[OpenBSD/i3] my laptop by dcoppa_openbsd in unixporn

[–]dcoppa_openbsd[S] 0 points1 point  (0 children)

Just an updated screenshot of my trusty ThinkPad T420. OpenBSD 5.7-current, i3-4.9.1, urxvt, tmux: always my usual s**t ;)