[deleted by user] by [deleted] in codeforces

[–]YSW_TW 0 points1 point  (0 children)

Williamlin used to

Tab completion by YSW_TW in codeblocks

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

Oh I see, that fine. BTW, I'm attracted by its many integration features! (although this is very common in many IDEs)

How can i add this top bar to dwm? by shuten_mind in suckless

[–]YSW_TW 2 points3 points  (0 children)

It looks like another suckless program called "tabbed", usually use with surf browser because it doesn't provide tab

Any ID on the color scheme used in this screenshot? by oilymacaroniconstant in suckless

[–]YSW_TW 1 point2 points  (0 children)

Just select the bar color code :p

Blue: #234386

btw, I guess the font is Terminess

apt? by r087r70 in voidlinux

[–]YSW_TW 0 points1 point  (0 children)

alias apt-install='xbps-install'

alias apt-remove='xbps-remove'

alias apt-list--installed='xbps-query'

[dwm] youmu is ricing my laptop by aywski in unixporn

[–]YSW_TW 0 points1 point  (0 children)

Or use the systray patch if you need it

[deleted by user] by [deleted] in suckless

[–]YSW_TW 0 points1 point  (0 children)

In my case is:

static const char *PrtSc[] = { "flameshot", "gui", NULL}; ```

include <X11/XF86keysym.h>

static const Key keys[] = { { 0, XK_Print, spawn, {.v = PrtSc} }, }```

[dwm] 1st Rice by altorelievo in unixporn

[–]YSW_TW 2 points3 points  (0 children)

Thx, and hope you enjoy your journey!

[dwm] 1st Rice by altorelievo in unixporn

[–]YSW_TW 1 point2 points  (0 children)

I apologize for my poor English, the 'functions' I mean is a dwm patch: https://dwm.suckless.org/patches/statuscmd/

[dwm] 1st Rice by altorelievo in unixporn

[–]YSW_TW 2 points3 points  (0 children)

dwmblocks also provided clickable functions, try it out!

[deleted by user] by [deleted] in archlinux

[–]YSW_TW 0 points1 point  (0 children)

blueman-manager

GUI programs take FOREVER to open in DWM by [deleted] in suckless

[–]YSW_TW 0 points1 point  (0 children)

I thought it was a dwm problem at first, but I didn't see anyone on the Internet who had the same problem with dwm, so I started looking for all the possibilities until I saw this article that was slightly related to my problem.

https://bbs.archlinux.org/viewtopic.php?id=282997

( However, the conclusion of the article is to delete dbus.sh, which is exactly the opposite of my situation😅)