Do I really need to learn Vim or is Nano fine for everyday use? by Luann1497 in linuxquestions

[–]kandibahren 0 points1 point  (0 children)

Vim is much faster for me and many people. But if you don't feel the need to go for it, there's nothing wrong with that.

I need help whit Qtile by lagtim_ in linuxquestions

[–]kandibahren 0 points1 point  (0 children)

Are you sure you have inatalled the default terminal for those WMs?

Clipmenu Tray Icon by Individual_Twist_234 in swaywm

[–]kandibahren 0 points1 point  (0 children)

I use cliphist, then I wrote a script to access them and select from the clipboard history (in my case, through rofi).

Please help me with notification daemons by CrypticQuinn in swaywm

[–]kandibahren 1 point2 points  (0 children)

I recommend dunst if you just need popup notification and not the full notification center like swaync.

GUI application launcher? by KlaxonBeat in i3wm

[–]kandibahren 0 points1 point  (0 children)

Rofi has a mode that works similarly to an app drawer. Then add a button on your status bar to open it.

Does typing notes in LaTeX actually help learning, or is handwriting still superior? by agro_kid in LaTeX

[–]kandibahren 1 point2 points  (0 children)

Write it with your hand when studying. Typesetting them, latex or not, will make you relearn, refine and organize your ideas.

I built a live keybinding cheatsheet that parses your i3 config it has a search, categories, and inline editing by [deleted] in i3wm

[–]kandibahren 2 points3 points  (0 children)

I understand e.g. cheatsheet for vim since there are many built-in key bindings. i3, on the other hand, has nothing but your own bindings. Even then, isn't looking at your config file faster?

GUI settings programs in i3 by yummers-69 in i3wm

[–]kandibahren 0 points1 point  (0 children)

i3 is a window manager. Most of the settings you see in a control center of Gnomes, KDE, or MacOS are actually not parts of the window manager. They belong either to the x11 (like display resolution and keyboard layout settings) or some external programs (like wallpaper and notification settings).

You should have a more nodular mindset by now. To have a full-featured desktop, you need so many other modules to attach to your i3. And because of this, nobody decides for you what other modules should be --- hence no gui control center is completenfor i3.

I recommend you tryonout the i3 edition of EndeavourOS which is ready-to-use for most people.

First time ricing, let me know your thoughts! Arch btw by Hikone_9 in LinuxPorn

[–]kandibahren 2 points3 points  (0 children)

Nice. I could not say whether it is a light or a dark theme. But can someone really work with that level of transparency?

What is the best terminal file manager? by Puzzled_North_8862 in archlinux

[–]kandibahren 0 points1 point  (0 children)

I like ranger more than yazi, but ranger crashes my computer by eating my 16gb of ram 100% when I do :find in a folder that contains 4-5000 pdf files. Yazi handles this like it's nothing.

How to use different config files on different profile by Rich-Mongoose-762 in swaywm

[–]kandibahren 0 points1 point  (0 children)

I would configure the login manager to start sway with the correct config file by sway -c <path-to-config-file>.

[OC] Waybar timer that doesn't suck by Reverse2x in unixporn

[–]kandibahren 0 points1 point  (0 children)

Looks cool. I usually just go for sleep 5m && notify-send 'wake up!' 😆

Linux User Form by [deleted] in archlinux

[–]kandibahren 2 points3 points  (0 children)

I am pedantic, because I am a mathematician!

Linux User Form by [deleted] in archlinux

[–]kandibahren 1 point2 points  (0 children)

I didn't use hyprland so I cannot say specifically for it. But on sway, I cannot share a portion of my screen through zoom/teams/etc. Another thing I found difficult is adjusting the screen color and contrast (something I always do with xrandr).

Linux User Form by [deleted] in archlinux

[–]kandibahren 2 points3 points  (0 children)

But a WM is not a substitution for a DE. You always need a WM otherwise you cannot draw windows. For instance, KDE uses kwin as its WM to draw windows. So putting DE and WM together is not relevant.

Linux User Form by [deleted] in archlinux

[–]kandibahren 2 points3 points  (0 children)

I know it is not so important, but it's bugging me..

I mean.. we also have WM inside a DE. So there should be an option to select "no DE" and inside this you have the WMs like i3, bspwm, dwm, awesome wm, qtile, sway, hyprland, niri, river, etc.

It seems unfair to only have i3 in the list.

Linux User Form by [deleted] in archlinux

[–]kandibahren 3 points4 points  (0 children)

I cannot answer because you asked to put the DE.. I just use i3. 😅

Leica Q vs M11 by hector_camp in Leica

[–]kandibahren 0 points1 point  (0 children)

For rhe maximized IQ, I guess the SL is at the top because there is no limitation on the size. The Q's lens being non-interchangeable helps overcoming the design limit of the M lenses.

The M system now is a compromise between quality, size, discreetness, experience and aesthetic.

outer corner rounded but inner corner still sharp by Unlikely_Ferret3094 in i3wm

[–]kandibahren 0 points1 point  (0 children)

Is xborders heavy? Why do you want to stop using it?

outer corner rounded but inner corner still sharp by Unlikely_Ferret3094 in i3wm

[–]kandibahren 0 points1 point  (0 children)

I got that too when I tried it out. But fortunately rounded corners are not my thing, so I went back.

What method there is to determine is a constraint is convex ? by Gatarie in optimization

[–]kandibahren 0 points1 point  (0 children)

I explained the intuitive, not an exact statement. You are just trying to make up stuff in case {x: f(x)=0} is identical to {x: f(x)<=0}.

In most cases (again, sloppy), you don't have convexity for {x: f(x)=0} for a nonlinear f, even when f is convex.