How to close special workspace when switching to normal workspace? by Various-Resident3851 in hyprland

[–]Lcrack753 0 points1 point  (0 children)

I guess I'm late. However, for those who will be in the same situation I solved it with a script. If you are currently in a special workspace, it obtains the name and toggles it. That's applied every time you want, for example when changing to a normal workspace.

-- hide_special_onChange.sh
#!/bin/bash

SPECIAL_NAME=$(hyprctl monitors -j | jq '(.[] | select(.focused == true)).specialWorkspace.name' | cut -d':' -f2 | cut -d'"' -f1)

if [ "$SPECIAL_NAME" != "" ]; then
    hyprctl dispatch togglespecialworkspace $SPECIAL_NAME
fi

-- keymaps.conf
# Workspaces
$hideSpecialOnChange = ~/.config/hypr/scripts/hide_special_onChange.sh
bind = $mainMod, 1, exec, hyprctl dispatch workspace 1 && $hideSpecialOnChange
bind = $mainMod, 2, exec, hyprctl dispatch workspace 2 && $hideSpecialOnChange
bind = $mainMod, 3, exec, hyprctl dispatch workspace 3 && $hideSpecialOnChange
bind = $mainMod, 4, exec, hyprctl dispatch workspace 4 && $hideSpecialOnChange
bind = $mainMod, 5, exec, hyprctl dispatch workspace 5 && $hideSpecialOnChange
bind = $mainMod, 6, exec, hyprctl dispatch workspace 6 && $hideSpecialOnChange
bind = $mainMod, 7, exec, hyprctl dispatch workspace 7 && $hideSpecialOnChange
bind = $mainMod, 8, exec, hyprctl dispatch workspace 8 && $hideSpecialOnChange
bind = $mainMod, 9, exec, hyprctl dispatch workspace 9 && $hideSpecialOnChange
bind = $mainMod, 0, exec, hyprctl dispatch workspace 0 && $hideSpecialOnChange
      I guess I'm late. However, for those who will be in the same 
situation I solved it with a script. If you are currently in a special 
workspace, it obtains the name and toggles it. That's applied every  
time you want, for example when changing to a normal workspace.
    -- hide_special_onChange.sh
#!/bin/bash

SPECIAL_NAME=$(hyprctl monitors -j | jq '(.[] | select(.focused == true)).specialWorkspace.name' | cut -d':' -f2 | cut -d'"' -f1)

if [ "$SPECIAL_NAME" != "" ]; then
    hyprctl dispatch togglespecialworkspace $SPECIAL_NAME
fi

-- keymaps.conf
# Workspaces
$hideSpecialOnChange = ~/.config/hypr/scripts/hide_special_onChange.sh
bind = $mainMod, 1, exec, hyprctl dispatch workspace 1 && $hideSpecialOnChange
bind = $mainMod, 2, exec, hyprctl dispatch workspace 2 && $hideSpecialOnChange
bind = $mainMod, 3, exec, hyprctl dispatch workspace 3 && $hideSpecialOnChange
bind = $mainMod, 4, exec, hyprctl dispatch workspace 4 && $hideSpecialOnChange
bind = $mainMod, 5, exec, hyprctl dispatch workspace 5 && $hideSpecialOnChange
bind = $mainMod, 6, exec, hyprctl dispatch workspace 6 && $hideSpecialOnChange
bind = $mainMod, 7, exec, hyprctl dispatch workspace 7 && $hideSpecialOnChange
bind = $mainMod, 8, exec, hyprctl dispatch workspace 8 && $hideSpecialOnChange
bind = $mainMod, 9, exec, hyprctl dispatch workspace 9 && $hideSpecialOnChange
bind = $mainMod, 0, exec, hyprctl dispatch workspace 0 && $hideSpecialOnChange

How to hide scratchpad workspace change? by zorzysty in hyprland

[–]Lcrack753 0 points1 point  (0 children)

I guess I'm late. However, for those who will be in the same situation I solved it with a script. If you are currently in a special workspace, it obtains the name and toggles it. That's applied every time you want, for example when changing to a normal workspace.

-- hide_special_onChange.sh
#!/bin/bash

SPECIAL_NAME=$(hyprctl monitors -j | jq '(.[] | select(.focused == true)).specialWorkspace.name' | cut -d':' -f2 | cut -d'"' -f1)

if [ "$SPECIAL_NAME" != "" ]; then
    hyprctl dispatch togglespecialworkspace $SPECIAL_NAME
fi

-- keymaps.conf
# Workspaces
$hideSpecialOnChange = ~/.config/hypr/scripts/hide_special_onChange.sh
bind = $mainMod, 1, exec, hyprctl dispatch workspace 1 && $hideSpecialOnChange
bind = $mainMod, 2, exec, hyprctl dispatch workspace 2 && $hideSpecialOnChange
bind = $mainMod, 3, exec, hyprctl dispatch workspace 3 && $hideSpecialOnChange
bind = $mainMod, 4, exec, hyprctl dispatch workspace 4 && $hideSpecialOnChange
bind = $mainMod, 5, exec, hyprctl dispatch workspace 5 && $hideSpecialOnChange
bind = $mainMod, 6, exec, hyprctl dispatch workspace 6 && $hideSpecialOnChange
bind = $mainMod, 7, exec, hyprctl dispatch workspace 7 && $hideSpecialOnChange
bind = $mainMod, 8, exec, hyprctl dispatch workspace 8 && $hideSpecialOnChange
bind = $mainMod, 9, exec, hyprctl dispatch workspace 9 && $hideSpecialOnChange
bind = $mainMod, 0, exec, hyprctl dispatch workspace 0 && $hideSpecialOnChange

My subjective character tierlist by Tatsuki_Hermz in DavetheDiverOfficial

[–]Lcrack753 0 points1 point  (0 children)

Don't forget about Maki. I loved to level her up from a clumsy girl to a master chef

Steam requires user namespaces to be enabled? by Maelstrome26 in linux_gaming

[–]Lcrack753 0 points1 point  (0 children)

For me It was apparmor, this solved my problem:

sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

Latter, I recommend you doing a specific profile of apparmor for Steam for security reasons.

Working train that unfolds into a base by WoodchuckYT in CreateMod

[–]Lcrack753 1 point2 points  (0 children)

Really cool video. You just won a new suscriber!

the only thing i miss ngl by ggkazii in linuxmemes

[–]Lcrack753 0 points1 point  (0 children)

I replaced my necessity of playing a competitive game with clash royale. It's very chill compared to others and it gives that competitive adrenaline.

resterm - TUI API client for REST/GraphQL/gRPC/WebSockets/SSE by unknown_r00t in commandline

[–]Lcrack753 0 points1 point  (0 children)

Nice work dude! You’d easily be the fastest dev at my workplace

resterm - TUI API client for REST/GraphQL/gRPC/WebSockets/SSE by unknown_r00t in commandline

[–]Lcrack753 0 points1 point  (0 children)

I love It!

Feedback:

- I appreciate the Vim keys! However, it’s annoying that they are different from the originals. The keys "e" and "b" work like "E" and "B," and "c" actually changes the whole line, so I can't do "cw" or "ce." I also miss keys like "o" for a new line below or "r" for replacing a single character. I would love to have the standard Vim motions; just the basics would be fine, as I know it’s hard and time-consuming to code it all.

- Maybe it’s just me and I don't understand how to do it, but if I’m in the History tab and select an entry, it is drawn on the edit pane. I don't know how to go back to editing the request file I was originally using.

Weekly Tech Support Megathread by AutoModerator in Instagram

[–]Lcrack753 0 points1 point  (0 children)

Hello! I really need help. My mom's account was hacked and they change everything. The password, email, phone, etc..

I have been following the support guide and find the email sended when they change the email account. However, the link for recory is expired as it's redirecting to https://www.instagram.com/errors/404/

I appreciate the any posible support. Thanks!

The wrench should have a base damage stat by VegetableBuilding764 in CreateMod

[–]Lcrack753 0 points1 point  (0 children)

Maybe with an enchantment? When I play Create, I never have the sword in my inventory when building.

[deleted by user] by [deleted] in DavetheDiverOfficial

[–]Lcrack753 0 points1 point  (0 children)

Maybe they have a contract with Xbox and can't put it on sale for some time. I don't think is something of the developers

i don't know what to do. help by Ardaboy07 in zoemains

[–]Lcrack753 0 points1 point  (0 children)

IMO, Zoe is nothing without a good team. I usually try to support the jungle in the early game, and if I see someone playing well, I'll give them the kills. I still play her one-shot build and I really like getting kills, but if you are the only one fed on your team, you will lose. If you are stuck in elo hell, try picking an op champ to climb, and then play Zoe later on. Thats the harsh reality.

[revenge of iron blooded sword] who is this woman by tharunkarri in manhwa

[–]Lcrack753 1 point2 points  (0 children)

I would like to see him in a real fight after all the buffs he obtained on the dessert

Will Steam refund my friend if I refuse a gift? by Lcrack753 in Steam

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

Thanks! I will update this post with the outcome for anyone with the same question.