1 Followers
0 Following
1 Posts
I used to have >180k points in internet magical points called karma.

Any self hosted alternative for Gennially?

https://lemmy.world/post/20056927

Any self hosted alternative for Gennially? - Lemmy.World

What did you say about ergo keebs being cat proven again?

https://lemmy.world/post/18692097

What did you say about ergo keebs being cat proven again? - Lemmy.World

My aliases for pkm stuff with nvim

https://lemmy.world/post/17826616

My aliases for pkm stuff with nvim - Lemmy.World

Sometimes I like to use nvim for PKM stuff (sometimes in parallel with Logseq because I think that the vim plugin does what it can, but there’s a lot of features that I just do quicker on nvim. So, I created this alias to open in the terminal the latest .md file in my PKM folder (both pages and journals) pkmu. I also have another ones like pkm, that opens in nvim today’s journal. and pkmj and pkmp open the directory for PKM journals and pages, if I want to do anything there (maybe a fzf, rename, bat, rm…). bash alias pkm='nvim "$HOME/Documentos/PKM/logseq/journals/$(date +%Y_%m_%d).md"' alias pkmj='cd $HOME/Documentos/PKM/logseq/journals/' alias pkmp='cd $HOME/Documentos/PKM/logseq/pages/' alias pkmu='nvim "$(find $HOME/Documentos/PKM/logseq/ -type f -name '\''*.md'\'' -printf '\''%T@ %p\n'\'' | sort -n | tail -1 | cut -d'\'' '\'' -f2-)"' I just wanted to share this with you, just in case it helps, or gives you any cool idea.

What wm exist that allow us to set a specific workspace for some programs?

https://lemmy.world/post/16361258

What wm exist that allow us to set a specific workspace for some programs? - Lemmy.World

One of the reasons why I use i3 is because I can dedicate a workspace for specific programs and a specific layout. What other wm allow this kind of configuration?

looking for some polybar/rofi module to manage notifications

https://lemmy.world/post/15056821

looking for some polybar/rofi module to manage notifications - Lemmy.World

Do you use or know of any cool module for polybar that allows to manage notifications, especially if they include a no-disturb mode or even let us see previous notifications too like some kind of rofi menu?

How can I get persistent USB to properly work?

https://lemmy.world/post/12959704

How can I get persistent USB to properly work? - Lemmy.World

Context: I need to have installed a a program called Smowl [https://smowl.net/en/], which is a closed-source app that records EVERYTHING to make sure you don’t do weird stuff while doing an online exam. To avoid installing such monstrosity on my laptop, and since virtualbox is probably banned, I wanted to use a persistent bootable device to have the program installed and know that everything works well in a few days. Tails and booting software: I tried with Tails, but the software doesn’t work there because it’s too private. I also tried using other tools other than ImageWriter or dd to make other distros persistent, but if I use Unetbootin the distro doesn’t get recognized when booting the laptop, and I the other tool that I found to have similar powers is mkusb, but it’s no longer maintained and it cannot be installed on Arch (there’s a compiling issue). MX Linux: I also tried MX Linux, but I don’t know how to make it persistent in the first place because I followed all the steps but I don’t get it to show me the last session to boot to or the “text menu” option of this guide [https://www.techsolveprac.com/persistent-portable-mx-linux/]. I tried this several times, with two pen drives (8GiB both), but I got no luck, even when using MX Linux live USB tool to make the other pen drive bootable. What am I missing?

How to correctly set QT_QPA_PLATFORMTHEME according to the WM I'm using? My script doesn't seem to work

https://lemmy.world/post/12739057

How to correctly set QT_QPA_PLATFORMTHEME according to the WM I'm using? My script doesn't seem to work - Lemmy.World

I created this script at ~/.config/i3/scripts/qt6ct.sh to set QT_QPA_PLATFORMTHEME depending on whether I’m using Plasma or I3wm: bash #!/bin/bash CURRENT_DESKTOP=$(echo "$XDG_CURRENT_DESKTOP") if [ "$CURRENT_DESKTOP" = "i3" ]; then export QT_QPA_PLATFORMTHEME="qt5ct" elif [ "$CURRENT_DESKTOP" = "KDE" ]; then # Si estás usando Plasma (KDE), comentar la línea que exporta la variable unset QT_QPA_PLATFORMTHEME else echo "Gestor de ventanas no es i3 ni kwin: $CURRENT_DESKTOP" fi echo $CURRENT_DESKTOP echo $QT_QPA_PLATFORMTHEME I created an autostart program and added this to my i3 config file exec ~/.config/i3/scripts/qt6ct.sh exec source ~/.config/i3/scripts/qt6ct.sh I don’t know what’s wrong with it, but if I run it on a terminal, I get this (screenshot [https://i.imgur.com/Qak20zk.png]): ➤ ~/.config/i3/scripts/qt6ct.sh i3 qt5ct ➤ echo "$QT_QPA_PLATFORMTHEME" ➤ So this script doesn’t really export anything at all. I have searched on every file that I thought could be exporting it as a null value (~/.bashrc, ~/.profile, ~/.bash_profile, ~/.xinitrc, ~/.Xresources, /etc/environment, /root/.profile, /root/.bashrc), but everything looks fine (no QT_QPA_PLATFORMTHEME anywhere, or is commented).

Complete all in one place ROFI comfigurations?

https://lemmy.world/post/12694545

Complete all in one place ROFI comfigurations? - Lemmy.World

I saw some screenshots from people using ROFI with something like tabs to change from the apps selector to the power menu, to the clipboard, to you name it menu. Here is an example [https://www.reddit.com/r/unixporn/comments/w092f4/rofi_nordic/]. Would you share some more configurations like this one? I really like the idea of having all the menus at the same place with just one key binding. Also, I’d like to know how to configure ROFI better, and I think I can learn a lot from these kinds of configurations.

My i3wm linux session is preventing me to correctly use MySQL, but I don't know how to fix this

https://lemmy.world/post/12268461

My i3wm linux session is preventing me to correctly use MySQL, but I don't know how to fix this - Lemmy.World

I am running in the same Linux distro two environments: Plasma (former KDE) and i3wm. I use the same command on both environments: sudo systemctl start mysql.service && sudo mysql -u root -p -h localhost -P 3306, but while on KDE/Plasma I get no error, on i3wm I get a “the name is not activatable” error, and I don’t know how to fix it (here’s a screenshot [https://i.imgur.com/fImd1vN.png]). Here’s an extract from MySQL Workbench: 04:32:53 [ERR][SQL Editor Form]: SQL editor could not be connected: The name is not activatable 04:32:53 [ERR][SQL Editor Form]: Your connection attempt failed for user ‘root’ to the MySQL server at 127.0.0.1:3306: The name is not activatable Also, I found out firefox doesn’t connect to 127.0.0.1:3306 either on i3; on Plasma I get something like (“The connection has been restarted. The connection to the server was reset while the page was loading.”). I find is interesting too, because syncthing can connects through the localhost on i3wm, but mariadbd can’t for some reason: sudo lsof -n | grep TCP | grep LISTEN […] syncthing 841 31843 syncthing alberto 14u IPv4 11863 0t0 TCP 127.0.0.1:8384 (LISTEN) mariadbd 2537 mysql 32u IPv4 16382 0t0 TCP *:mysql (LISTEN)

Is having this many kwin_x11 --replace processes normal?

https://lemmy.world/post/11246955

Is having this many kwin_x11 --replace processes normal? - Lemmy.World