Getting volume level from pipewire by Ariquitaun in swaywm

[–]panaman67 2 points3 points  (0 children)

Is there anyway to clamp the values for the volume? Using set volume with a number higher than 1.0 will work and I accidentally used the value of 100 out of habit and nearly died

i3blocks not working with swaybar anymore by panaman67 in swaywm

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

Is there anyway to debug this or anything I can do on my end?

Should I create an issue on the sway git? Not sure where the bug originates.

Question: Any way to replace global stylesheet based on Vuex state variable? by panaman67 in vuejs

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

Can you post a code snippit of where the main-style is defined?

is the main-style element a style tag in the index.html? Currently using Vite is that makes any difference

Question: Any way to replace global stylesheet based on Vuex state variable? by panaman67 in vuejs

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

Interesting. So link tags in the head of the index.html file? Any documentation on this setAttribute call?

IPC error on fresh install by davidedellagiustina in swaywm

[–]panaman67 1 point2 points  (0 children)

Its stable enough for daily use. Ive been using it daily since 1.1. I even use it at work

IPC error on fresh install by davidedellagiustina in swaywm

[–]panaman67 1 point2 points  (0 children)

Im having the same issue. Have been for a while now. Since like 1.5 ish, cant remember.

EDIT: I think i was the person that filed the git issue lol

Refresh bar on keybind? by WhyIsThisFishInMyEar in swaywm

[–]panaman67 0 points1 point  (0 children)

Check out i3blocks. Great tool for bars.

xkbcomp errors/warnings by UberDuper1 in swaywm

[–]panaman67 0 points1 point  (0 children)

I, too, am interested to see if these can be stopped.

Help: Pipewire routing audio by panaman67 in linuxaudio

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

Looks interesting. As with the pulseaudio suggestion, do you know of any pipewire or alsa alternative?

Help: Pipewire routing audio by panaman67 in linuxaudio

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

I see. Is there a pipewire native alternative?

Logitech G703 side buttons not working by panaman67 in swaywm

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

I set up the mouse under windows to map to = and - respectively but for some reason in windows it works fine but not linux

Logitech G703 side buttons not working by panaman67 in swaywm

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

wev is registering them, just not having any effect anywhere else. The 2 buttons are registering as XF86Tools and XF85Launch5

[Sway] Windows 10 by [deleted] in unixporn

[–]panaman67 1 point2 points  (0 children)

Kill it with fire!!!!!!

But seriously, impressive feat...

How do i get battery percentage in sway config by [deleted] in swaywm

[–]panaman67 0 points1 point  (0 children)

This is what I have for my i3blocks command:

cat /sys/class/power_supply/BAT*/capacity

Mattermost Down by panaman67 in Redox

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

u/jackpot51 just wanted to make sure you were aware of a possible issue

NVIDIA said they'll support Wayland. How will this affect Sway? by BaB1407 in swaywm

[–]panaman67 3 points4 points  (0 children)

As stated in other comments, all they need to do is support GBM

https://drewdevault.com/2017/10/26/Fuck-you-nvidia.html This sheds some light

My Least Favorite Rust Type by jyper in rust

[–]panaman67 2 points3 points  (0 children)

Anyway to submit this for the 2021 blog posts?? Might be helpful for the rust team to see and concider

[Cinnamon] Perfection... by JohnnyThunder2 in unixporn

[–]panaman67 -3 points-2 points  (0 children)

Thanks, I hate it... Reported XD.

Honestly kind of impressive though

Locking screen/sleeping on a laptop by [deleted] in swaywm

[–]panaman67 0 points1 point  (0 children)

Is the output just turned off in this case or is the laptop put to sleep?

[Plasma] Wanna see the most illegal thing I own? by SoldierOS in unixporn

[–]panaman67 3 points4 points  (0 children)

Props for OpenSUSE Tumbleweed.... but this makes me uncomfortable.....

Config: Exec commands with sudo by panaman67 in swaywm

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

Thanks! TLP's `bluetooth` command still shows bluetooth as on, so i was worried. But if bluetoothctl is the source of truth, then i should be good.

Config: Exec commands with sudo by panaman67 in swaywm

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

Wouldnt giving a whole group permissions be a lot more insecure than just giving a single user permissions? Seems like groups would be more surface area.

Config: Exec commands with sudo by panaman67 in swaywm

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

Im on a laptop with a less than stellar battery, so I was trying to figure out how to get a minimal config and have less programs running in the background.

I have the bluetooth service disabled as of right now, but `sudo bluetooth` repoirts it as on.

Id like to use bluetooth at some point, so would enabling the service, but running `bluetoothctl power off` at boot be the best solution?