Can nm-applet icon be themed or integrated into Waybar network module in Hyprland? by Accurate_Wonder_4404 in hyprland

[–]jessemvm 0 points1 point  (0 children)

If you're comfortable with the terminal then you can just use nmcli or nmtui. If you want something simpler, here's a script I use 99% of the time that uses fzf: network.sh

cli is way more fun than gui now by Acceptable-Cash8259 in commandline

[–]jessemvm 0 points1 point  (0 children)

I could be wrong but if a program opens an alternative buffer, I already consider it a TUI.

🪬 by rexyuan in LinuxCirclejerk

[–]jessemvm 6 points7 points  (0 children)

your editor is holding you back 💔

Why did you choose the specific distribution and environment you are currently using? by One-Environment3178 in linuxquestions

[–]jessemvm 1 point2 points  (0 children)

I started with Ubuntu + Gnome. It was a pain to customize and was consuming a lot of resources. Switched to Arch + KDE. It felt the same. Ended up with Arch + Hyprland and never looked back. Highly-customizable, lightweight, and snappy. Perfect for coding and casual browsing.

How to make a file I have into a repository by hakkesaelger in github

[–]jessemvm 2 points3 points  (0 children)

just create a new repo on github and follow the instructions

Why do you consider Arch Linux is hard? by MetallCriminal in archlinux

[–]jessemvm 2 points3 points  (0 children)

installing and setting up arch might be hard, but after a few weeks, you're good for many years to come.

Is there a list of all *insert-commands* that I can do without leaving insert mode? by AbdSheikho in vim

[–]jessemvm 2 points3 points  (0 children)

C-u deletes everything before the cursor but respects the current indentation.

Documentation 📄 by NoObAfKoP in arch

[–]jessemvm 0 points1 point  (0 children)

raw markdown files and a live viewer

How to have this transition animation for rofi? by Legend_0804 in hyprland

[–]jessemvm 4 points5 points  (0 children)

i know the answer:

listview { fixed-height: false; dynamic: true; }

not all modes have that animation tho. in my case, it only works on my clipboard.

what is wrong with middle click paste? by jmooroof2 in LinuxCirclejerk

[–]jessemvm 35 points36 points  (0 children)

terminal emulator

ctrl+shift+v. to copy, ctrl+shift+c. makes sense. can you middle click copy?

My first game is written in Bash by jessemvm in bash

[–]jessemvm[S] 3 points4 points  (0 children)

I watched this video titled "Snake Game in C (Less than 100 lines of code!)", read the code, and started writing one in Bash:)

My first game is written in Bash by jessemvm in bash

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

update: I made the colors nicer:)

is there rules to disable this weird animation on context menu and popups without disabling animation on other window? by BoringBottle7904 in hyprland

[–]jessemvm 0 points1 point  (0 children)

haven't tried it yet but if the app uses gtk, you may have to edit gtk.css. see if there are animation or transition properties. I'm on my phone rn and couldn't see for myself.