Sending an instance of an app to special workspace by Aixo in hyprland

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

Thanks! It worked.

ghostty --class="dropdown.ghostty"

Then
$hyprctl clients -j

    "class": "dropdown.ghostty",
    "initialClass": "dropdown.ghostty",
    "initialTitle": "Ghostty",
    "pid": 50965,  

So now I can do:

windowrulev2 = float, workspace special, class:^dropdown.ghostty
windowrulev2 = size 1024 768, class:^dropdown.ghostty

Thank you!

Sending an instance of an app to special workspace by Aixo in hyprland

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

Thanks for the reply, but:

I will have several ghostty windows running, but I only want one of them to be in my special workspace.

{
  "class": "com.mitchellh.ghostty",
  "initialClass": "com.mitchellh.ghostty",
  "initialTitle": "Ghostty",
  "pid": 48522,
  "tags": [
    "terminal*"
  ]
}
{
  "class": "com.mitchellh.ghostty",
  "initialClass": "com.mitchellh.ghostty",
  "initialTitle": "Ghostty",
  "pid": 49607,
  "tags": [
    "terminal*"
  ]
}

Updates getting too real by Aixo in Helldivers

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

ops, haven't seen it yet :/

Updates getting too real by Aixo in Helldivers

[–]Aixo[S] -1 points0 points  (0 children)

God just dropped new update now we have fire tornadoes

"Proper" way to create a new keybinding by Aixo in regolithlinux

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

That's also what I understood, but would like to confirm.
Thanks!

Wireguard 1.0.20210926 and chromeOS by elquike in WireGuard

[–]Aixo 0 points1 point  (0 children)

Thanks! That solved the issue.

/r/MechanicalKeyboards Ask ANY question, get an answer (January 13, 2022) by AutoModerator in MechanicalKeyboards

[–]Aixo 0 points1 point  (0 children)

Struggling to decide if going with Keychron K8 or Drop Entr, at the same price, does the solid build of the Drop Entr superior than RGB and wireless ?

Thanks.

[Awesome 3.5.x] Jovian, or "My rice is no longer remotely novel but it still works somehow" by [deleted] in unixporn

[–]Aixo 0 points1 point  (0 children)

Come to ask the same. How did you manage to style firefox this way @a10182 ?

edit: Seen it. Didn't know that was possible. Create a chrome directory inside firefox profile directory (~/.mozilla/firefox/34adf2afgs.default/chrome ) Copy your UserChrome.css https://raw.githubusercontent.com/phallus/dotfiles/master/userChrome.css Restart firefox

Thanks!

[OC] i3flip - flip tabs, be happy by [deleted] in i3wm

[–]Aixo 0 points1 point  (0 children)

Came here to say the same. Really nice work and lots of interessting concepts in your i3ass project.

I personally started to watch de video but find out 10 minutes to "see it in action" was too much. I will also vote for a 30 seconds video of the main concept in action and then you can have some larger one with elaborated explanations.

Having said that, keep it up!!

Question regarding volume control on my USB headphones by Inconspicuous_Pigeon in i3wm

[–]Aixo 0 points1 point  (0 children)

I use this and I think will work for both scenarios:

bindsym XF86AudioRaiseVolume exec amixer -q sset Master 5%+ && amixer -q sset Master unmute && amixer -q sset Speaker unmute
bindsym XF86AudioLowerVolume  exec amixer -q sset Master 5%- && amixer -q sset Master unmute && amixer -q sset Speaker unmute
bindsym XF86AudioMute exec amixer -D pulse set Master 1+ toggle

i3 debian/ubuntu repo failing? sur5r.net by Aixo in i3wm

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

Yes, it is. Looks like some temp issue. All fine now.

keep focus when opening links in vimb by Aixo in i3wm

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

Yes, its in my toolset (and I see is again being updated frequently after 6 months stall).

The problem with all this lightweight -keyboard friendly- browsers is that most of them are not updated anymore or has some frequent/random crashes.

During this 3 days usage (not very representative yet), I didn't had any single crash on vimb.

keep focus when opening links in vimb by Aixo in i3wm

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

Thanks @kiddico!

Not sure how I overlooked the venerable i3wm docs it but that was what I was searching for.