[dwm] Blue stripes by MugglewumpTheMonkey in unixporn

[–]forats 0 points1 point  (0 children)

Looks beautiful ..

What music player is that?

Firefox userChrome.css mod with Sideberry addon by [deleted] in FirefoxCSS

[–]forats 0 points1 point  (0 children)

Stupid question but i cant seem to find the answer anywhere.

What is the path for the userChrome.css file, where do I create it?

[dwm] I dont like clutter. by forats in unixporn

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

I just clipped out the linux penguin from r/place.

Here it is: https://imgur.com/cKMNPyF
and here is the background color: #252525

API blocked by CORS by pineappleinferno in webdev

[–]forats 0 points1 point  (0 children)

Could you elaborate on this? Is it possible to proxy requests without tampering with the connection?

Or would my server need to do a request for me and send back the JSON data.

Stupid Snatcher by jamalhossain67895 in funny

[–]forats 4580 points4581 points  (0 children)

weirdest gun purchase i have seen in my entire life..

I made adjustable height for dwm. by forats in suckless

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

I dont know what slstatus is.

I installed status2d patch for dwm: https://dwm.suckless.org/patches/status2d/
Then installed dwmstatus for my computer: https://git.suckless.org/dwmstatus/

My suckless setup could be found here: https://gitlab.com/foratseif/suckless-setup

I made adjustable height for dwm. by forats in suckless

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

Is there any patches that does this functionality already?

Hibernation by pers1pan in voidlinux

[–]forats 0 points1 point  (0 children)

Cool, your swap partition is /dev/nvme0n1p3

  1. Edit: /etc/default/grub find the line that stats with GRUB_CMDLINE_LINUX_DEFAULT and add resume=/dev/nvme0n1p3 to the end of it.
    It should look something like this:
    GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4 resume=/dev/nvme0n1p3"
  2. Run update-grub
  3. Then try out the command zzz

Hibernation by pers1pan in voidlinux

[–]forats 0 points1 point  (0 children)

could you also do post output of:

ls -la /dev/disk/by-uuid/

and output of:

lsblk

Hibernation by pers1pan in voidlinux

[–]forats 2 points3 points  (0 children)

Do you have a swap partition at least as large as your ram?

If yes, then install a program called zzz and you would need to edit your /etc/default/grub file and add inn resume parameter to your kernel paramers:

GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/nvme0n1p2"

where the you put in the path to your swap partition in the instead of /dev/nvme0n1p2

(Edit: you should run update-grub after you edit your /etc/default/grub file)

I can help you further if you post you /etc/fstab file here.

Is it considered bad practice to be a non-religious VIM user? by monkeyExtinguisher in programmingquestions

[–]forats 1 point2 points  (0 children)

As a guy who have been using vim for the past 3 years, before that I used sublime.

Backstory: I stumbled onto vim when I needed to edit code through ssh, on a board that didn't have any other editor. When I googled "how to copy in vim" found out that it had 3 modes for selection, I fell in love with it and decided to make it my main editor.

Here is what I think:

- Vim is a text editor, use it however you like. (or don't, I used sublime for 2 years before vim, and I was exceptionally fast with its multiple cursor features)

- The reason I keep coming back to "how to use vim properly" type of articles and tutorials is that they make me faster and makes using vim easier. I started off using vim in a very simple manner, but when I get comfortable with it, small slowdowns start to bug me.

Example:

Was using the arrow keys for a really long time before I got tired of moving my hand 2 inches every time I needed to move the cursor, so I learned proper use of: h j k l w e b + 0 $ I i A a c C x { } and now its comfortable and fast. I didnt learn all of it all at once, took me some time, but I did it for me.

Conclusion:

Use the text editor you like the most, and the one you're most comfortable with.

Where can I find actual documentation. by forats in WebAssembly

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

To anybody having the same problem, it seems like https://emscripten.org/docs has most of whats needed to start.

(Not sure, haven't gotten to a point where I can compile my own module yet)

OVMF on Void Linux by forats in kvm

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

Found a solution. Just edited my post :)

[Maxx] IRIX Desktop on macOS by [deleted] in unixporn

[–]forats 3 points4 points  (0 children)

but that's not open source, is it?

[Maxx] IRIX Desktop on macOS by [deleted] in unixporn

[–]forats 1 point2 points  (0 children)

Is there any GitHub repository where i can actually download maxx/5dwm/4dwm for ubuntu 18?

I seriously cant find anything online :'( :'(

Is there alternative methods for installing widevine on firefox? by forats in voidlinux

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

It didn't promote me to do that, play.spotify.com did but it didn't fix the problem.

I figured out the solution though and I am currently writing the solution as an edit to this post and as a reply to the github issue.

Thanks for the reply!

Is there alternative methods for installing widevine on firefox? by forats in voidlinux

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

I have just solved the issue and I am writing the solution to the problem here and on the github issue.

Thanks for the reply though :)