your be different no"s line 71 +101
But that would mean it would open in workspace one. Because termite is bound to workspace one.
no… not on config on new install
My new install xfce4-terminal fixed … think you change ?
Oh! Didn’t mean to! Does htop floating work in termite?
Assign workspaces
assign [app_id=“xfce4-terminal”] 1
for_window [app_id=“xfce4-terminal”] focus
that in new install
??? Thats a accident. Should be termite
@OdiousImp
for say “No” that rude of me … i try write fast and it 1st word pop in head . so sorry
that prob stop float … try (only thing i find so far ) I still look
edit … yes termite float… i switch around on my setup ( why i no know …5555) insane i think
Sorry! My teacher actually decided to care about me for a second. I will put pull request to change to that!
No! It is only texting most people naturally do this. And anyway I could never imagine being rude!
found a use for glances … switch “on-click”: “termite -e ‘htop’”, to " on-click": “termite -e ‘glances’”,
also need change in “application_defaults” ( replace htop with glances )
just try thing out … htop will go back
Glances is nice! I like!
htop is fine … just look what EOS install by default ( I forget glances installed)
so still have float problem ?
I thought same thing. No point having extra packages if glances is already there
I need to check sorry! Half an Hour. I’m out
Same problem - it doesn’t float…I’m confused because it works on my own setup but not this one!!!
Sorry I was late!
still no find . I do 3 new install ! they all same , it work if move my file over copy & paste problem when add to github? possible !!
Wow, I’ve to say this is a great work! I’ve just one issue that I cannot solve by myself for now, I’ve made a new install of EndeavourOS (xfce4) and then installed Sway using your script. Everything worked so I nuked xfce4 and, for good measure, rerun the Sway install script so that it will reinstall all the needed packages, but now I cannot regulate the screen brightness. I cannot find what package was controlling that so that I can reinstall it.
Also, this is just a suggestion, but in the default waybar configuration I’ll move the tray to the left side of the right block so that when is empty it will not create a strange gap between clock and power menu. (at least for me it was “showing” an empty gap and doubled the network icon)
Thanks a lot for your work btw.
The package is brightnessctl…you can also you light which I may switch to in the future
I know what you mean! Annoys me to! How do I move it? I don’t get what you mean by that sorry! Could you share that part of the config?
Thanks for testing it out!
Uhm, that’s strange, I thought that the package was brightnessctl and in trying to reinstall it pacman give me the “warning” that it was already installed. So I don’t understand why I cannot change the brightness of my screen (also annoying especially now that is full day here and I’ve it set to 5% last night!)
here my config for waybar
"modules-right": [
"tray",
"memory",
"cpu",
// "custom/weather",
"pulseaudio",
"network",
"custom/keyboard-layout",
"battery",
//"custom/PBPbattery",
"backlight#icon",
"backlight#value",
"clock",
//"custom/weather",
"custom/power",
],
as you can see I’ve also commented the custom/weather but that’s not obviously related.
I’ve also changed this
# Network Applet
#exec nm-applet --indicator
in autostart_applications because I think is redundant if you use the network module.
I can make a pull request if you want and are ok with the changes.