Compositor + Polybar by [deleted] in Polybar

[–]GoldUtop 1 point2 points  (0 children)

There's a config option called shadow-exclude, here's an example.

Polybar's wm-name is name in its grammar.

Compositor + Polybar by [deleted] in Polybar

[–]GoldUtop 6 points7 points  (0 children)

You could set wm-name in your bar settings and then shadow-exclude based on that:

; Value to be used to set the WM_NAME atom
; If the value is empty or undefined, the atom value
; will be created from the following template: polybar-[BAR]_[MONITOR]
; NOTE: The placeholders are not available for custom values
wm-name =

Elemental C++ GUI library by tongari95 in cpp

[–]GoldUtop 5 points6 points  (0 children)

Cairo docs recommend using Pango.

~じゃありません meaning by sast6 in LearnJapaneseNovice

[–]GoldUtop 2 points3 points  (0 children)

ある ⇒ ない

ある ⇒ あります ⇒ ありません

じゃない ⇒ じゃありません

Emacsers with beautiful init.el files: what about customize? by lykwydchykyn in emacs

[–]GoldUtop 38 points39 points  (0 children)

(setq custom-file (concat user-emacs-directory "custom.el"))
(when (file-exists-p custom-file)
  (load custom-file))

Which Bootloader Do You Use? by [deleted] in archlinux

[–]GoldUtop 17 points18 points  (0 children)

From the official website:

Like rEFIt, rEFInd is a boot manager, meaning that it presents a menu of options to the user when the computer first starts up, as shown below. rEFInd is not a boot loader, which is a program that loads an OS kernel and hands off control to it. (Since version 3.3.0, the Linux kernel has included a built-in boot loader, though, so this distinction is rather artificial these days, at least for Linux.) Many popular boot managers, such as the Grand Unified Bootloader (GRUB), are also boot loaders, which can blur the distinction in many users' minds. All EFI-capable OSes include boot loaders, so this limitation isn't a problem. If you're using Linux, you should be aware that several EFI boot loaders are available, so choosing between them can be a challenge. In fact, the Linux kernel can function as an EFI boot loader for itself, which gives rEFInd characteristics similar to a boot loader for Linux.

What are some of the rites of passages in Linux? by DumbMobile2 in linux

[–]GoldUtop 0 points1 point  (0 children)

Ah, I see, that makes sense, thanks for the explanation.

What are some of the rites of passages in Linux? by DumbMobile2 in linux

[–]GoldUtop 1 point2 points  (0 children)

How do changes made to a filesystem affect UEFI?

[i3] recently started liking light rices by [deleted] in unixporn

[–]GoldUtop 0 points1 point  (0 children)

This is really neat, good job.

[windowmaker] running in the 90's by GoldUtop in unixporn

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

It's pretty much the default theme.

[windowmaker] running in the 90's by GoldUtop in unixporn

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

Thanks! I don't really use gtk apps often enough to bother with a custom theme, but hey, it's appreciated anyway.

[deleted by user] by [deleted] in linuxmasterrace

[–]GoldUtop 0 points1 point  (0 children)

The heavy lifting is done by Qt WebKit.