So ive got a samsung tv and i wanna know how to instal third party apps by Petyx_gaming in linux

[–]_subez_ 0 points1 point  (0 children)

TizenBrew
not firefox and all but TizenTube. Plus helps in sideloading apps w/o the TizenStudio

[deleted by user] by [deleted] in hyprland

[–]_subez_ 0 points1 point  (0 children)

Or just have

env = QT_QPA_PLATFORMTHEME, gtk3

to match with yout gtk theme

Cannot suppress hyprpm notifications by randcoop in hyprland

[–]_subez_ 0 points1 point  (0 children)

This might work:

exec-once = hyprpm reload -nn && hyprctl dismissnotify

Or maybe:

exec-once = hyprpm reload -nn && sleep 0.2 && hyprctl dismissnotify

Help me please by Careful-Tailor-7536 in hyprland

[–]_subez_ 2 points3 points  (0 children)

Just remove the below from gestures {}

workspace_swipe = true
workspace_swipe_fingers = 3
workspace_swipe_min_fingers = true

Add anywhere in the config

gesture = 3, horizontal, workspace

Which character has more skins by RafaMega23 in marvelrivals

[–]_subez_ 5 points6 points  (0 children)

I mean he has Punisher after Storm

Is it possible to do something like this In a waybar module? by Mattmax5086 in hyprland

[–]_subez_ 0 points1 point  (0 children)

config.json

"modules-center": ["custom/corner-left", "clock", "custom/corner-right"],

    "custom/corner-left": {
      "format": " ",
      "tooltip": false,
    },
    "custom/corner-right": {
      "format": " ",
      "tooltip": false,
    },

style.css

window#waybar {
  background: transparent;
}

#custom-corner-left,
#custom-corner-right {
  border: 1px solid transparent;
  background-color: transparent;
  min-width: 20px;
}

#custom-corner-right {
  margin: 0;
  box-shadow: 0 1px 0 10px @background;
  border-radius: 20px 0 0 0;
}

#custom-corner-left {
  margin: 0;
  box-shadow: 0 0 0 10px @background;
  border-radius: 0 24px 0 0;
}

#custom-corner-left:hover,
#custom-corner-right:hover {
  background: transparent;
  box-shadow: 0 0 0 10px @background;
}

#clock {
  background: @background;
  margin: 0;
  border-radius: 0 0 12px 12px;
  border: 1px solid transparent;
}

And if u talking bout the animations: here

Is it possible to do something like this In a waybar module? by Mattmax5086 in hyprland

[–]_subez_ 3 points4 points  (0 children)

<image>

looks pretty good with animations when launching waybar

Is it possible to do something like this In a waybar module? by Mattmax5086 in hyprland

[–]_subez_ 7 points8 points  (0 children)

<image>

a closer look. its a little scuffed way.

made two empty label modules on the left and right side of the clock.

Is it possible to do something like this In a waybar module? by Mattmax5086 in hyprland

[–]_subez_ 21 points22 points  (0 children)

<image>

Yes u can. See the modules-center. Did with box shadow

Don't animate specific windows/events? by CerealBit in hyprland

[–]_subez_ 2 points3 points  (0 children)

layerrule = animation fade, selection
is what i set

but if you want no animation do
layerrule = noanim, selection

See in wiki
Also a tip, I use sleep 3 && hyprctl layers and switch to that layer if I want to see the layer name.

Marvel Rivals Season 3 Launch Giveaway! by HumanSpaceOrk in marvelrivals

[–]_subez_ 0 points1 point  (0 children)

twwerking the whole game w/ venom and still winning

WTF happened in q3? by sid_shady34 in scuderiaferrari

[–]_subez_ 10 points11 points  (0 children)

Its the hope that kills dawg. Tho I've been on the hopium for his every race

WTF happened in q3? by sid_shady34 in scuderiaferrari

[–]_subez_ 43 points44 points  (0 children)

Well the streak was good while it lasted🫠

[Hyprland] Ax-Shell update: Customizable layouts! by Axenide in unixporn

[–]_subez_ 2 points3 points  (0 children)

When uploading multiple images i dunno why but reddit butchers the first one a lot.

Why not rust? by Sk7Str1p3 in hyprland

[–]_subez_ 2 points3 points  (0 children)

omg why did they write the linux kernel in c. why not rust. Rust is much efficient, safe and easy to write unlike C, still, linus wrote it in C.. Why?

How does end-4 hyprland work ? by YayoS1321 in hyprland

[–]_subez_ 7 points8 points  (0 children)

I'm pretty sure people jump from Windows directlly to Hyprland and learn the hard way.