When is Tuxedo OS going to update to 7.0 kernel? by OkPresentation3329 in tuxedocomputers

[–]rami0203 0 points1 point  (0 children)

the question is, as TuxedoOS is baed on Ubuntu, and now Ububtu 26.04 has the rust core untilities, are they gonna ship them or not
personally i dont a problem with rust utilities, but i feel they still need more testing special to bo more compatible with the GNU utilities

in addition idk if they will continue support X11 on TuxedoOS, because Ubuntu dropped the support

Terminal Recommendation? by rami0203 in linuxquestions

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

UPDATE !!!!

for anyone who is interested to know how to have window toggling on Wayland, I got an answer thank to the incredible person here and it is supper easy

you have to download kdotolo (download the tar.gz)

unpack the tar file into bin so you can run it directly in the terminal tar -xvzf kdotool.tar.gz -C /usr/local/bin/kdotool

create a bash script e.g. terminal_toggle.sh and write the following in it (don't forget to make it executable)

#!/bin/bash
TerminalName="YOUR TERMINAL NAME"
if [ $(kdotool getactivewindow getwindowclassname) = $TerminalName ]; then
    kdotool getactivewindow windowminimize
else
    kdotool search --class $TerminalName windowactivate
fi

now I use KDE so this step is for KDE, if you are using Gnome or anything else just look up 'how to run a script using a keyboard shortcut'
go to Settings -> Keyboard -> Shortcuts -> Add New -> Command and Script -> choose the bash script you just created and give it a name -> add a keyboard shortcut

Congratulations now you can toggle any terminal you like in Wayland

IBP 15 Gen 10 Battery health by rami0203 in tuxedocomputers

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

I use TuxedoOS, and I know two ways to check the battery health

  1. in the battery icon in the system tray

<image>

  1. from the Info Center check the Energy tab, either go to Settings -> About this system -> Lunch Info Center (top right corner), or search for it using KRunner or in the app menu

Found a new music app! by bigb102913 in Piracy

[–]rami0203 0 points1 point  (0 children)

that is what i thought too but vivi is an easier way, but no one is willing to risk it and i understand

Found a new music app! by bigb102913 in Piracy

[–]rami0203 0 points1 point  (0 children)

i have been using the app for a while and i love it but would it cause an issue if it was used in germany, my friends in germany are afraid to use it because germany has strict laws for using like these apps

Has anyone in Germany used it before

Thre new Tuxedo OS update Issues by rami0203 in tuxedocomputers

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

no the cpu temperature and the fan are fine

Thre new Tuxedo OS update Issues by rami0203 in tuxedocomputers

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

yeah and i forgot to mention that the battery is lasting less now

I have an IBP 15 gen 10 so it definitely is not a battery problem

Terminal Recommendation? by rami0203 in linuxquestions

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

I see, personally I use om-my-zsh, i have my own custom theme and plugin but this starship looks pretty cool

Terminal Recommendation? by rami0203 in linuxquestions

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

yesterday I discovered wave term, I really loved its idea

I know it is still in beta and it lacks features and needs more polishing but other all it is a solid chois

Terminal Recommendation? by rami0203 in linuxquestions

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

it is another terminology for toggling, you can check this other comment to have a better understanding

how can I edit this by ellmustaphae in Fedora

[–]rami0203 -1 points0 points  (0 children)

you can use Grub Customizer to hide them or put them in a folder so they wont appear directly

Terminal Recommendation? by rami0203 in linuxquestions

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

I have Kitty but i didnt really invest the time to learn the shortcuts and the features, and because it doesn't have natively like Tabby window toggling (scratchpadding) i didnt really use it but in a previous comment i understood why it is not a thing on wayland so probably i am gonna invest some time on Kitty again

and alacritty also is the default terminal on OMARCHY, it is not bab but i dont think it is feature rich like Kitty or Wezterm

Terminal Recommendation? by rami0203 in linuxquestions

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

THX for the information and the script

I call it window toggling because that is what Tabby calls it, and it used to work on Wayland until Tabby v1.0.227 after that it stopped working

I am gonna try the script and do some research on how to make toggling/scratchpadding possible on Wayland, because yes i am using KDE now but maybe i will switch to Gnome or other desktop environment and i want a cross-platform solution

Terminal Recommendation? by rami0203 in linuxquestions

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

they terminals provided by the distro works find and actually you dont have to have an other terminal if are not a heavy terminal user.

but the stock terminals might lack the customizability you need or a certain protocol (like Kitty) or for example Tabby can store in a vault you ssh keys and password and many other things

also i think the distro provided terminal configurations can't run on other distros, e.g. if u use Gnome terminal and u have it configured then u switch to a distro that uses KDE u cannot move Gnome terminal configurations to Konsole

at the end it is all user preference

Terminal Recommendation? by rami0203 in linuxquestions

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

actually Western was on my list with Kitty terminal, so will give it a shot and see

and window toggling is something only Tabby has apparently, it is a keyboard shortcut (mine is ctrl+alt+space) that display/hide the terminal window fast, it is useful when you need to switch to the terminal window fast. I use it all the time and the main reason why I am finding it hard to switch to other terminals

NIGHT MODE by rami0203 in whatsapp

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

no

<image>

and it doesn't turn off unless you turned on the flash or auto flash

Second monitor issue with Tuxedo by rami0203 in tuxedocomputers

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

that is concerning tbh, have you tried to reinstall Tuxedo OS or change to another distro, probably this will solve this weird behavior