Skip to content

Tag: archlinux

Cheking day of the month in lua

So I’ve been configuring my AwesomeWM theme on Linux and I came across this issue. Now I’m not an expert programmer of course so I thought I’d come here to ask for help. I’ve been trying to check if the day of the month is a number from 1 to 9, which will then change the padding of the…

GCC not added to system path on pacman install

Issue When installing mingw on a fresh MSYS2 instance I run into the issue of gcc not found: Setup Fresh MSYS2 install on relatively clean windows 10 install: Diagnostics It appears that GCC is successfully installed into the directory /mingw64/bin Yet my path consists of As such gcc is not found. I have trie…

Stop some software from updating in Manjaro

I have a lot of software in Manjaro 20.0 that I don’t use in my day to day use such as GIMP and Thunderbird (and maybe more) but don’t really want to uninstall. Is there some way to temporarily freeze them by excluding them from updates as a lot of them can get really heavy. I’m looking at s…

How to make an alias for localhost that has a tld?

I was wondering how I would make an alias for localhost that has a tld. For example, foo.test wold connect to 127.0.0.1. I tried just adding a second line to /etc/hosts that also pointed to 127.0.0.1, but that didn’t seem to work. Although, I didn’t reboot, so that might be why. The end goal is to…

How to add android studio into rofi menu in i3wm? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed 5 years ago. Improve this ques…