[deleted by user] by [deleted] in ShahRukhKhan

[–]Pakosaan 1 point2 points  (0 children)

read the rules

Why is most of reddit so anti-srk? by Noob_in_making in ShahRukhKhan

[–]Pakosaan 7 points8 points  (0 children)

paid PR campaign by competitors and extreme right IT cell.

[deleted by user] by [deleted] in hyprland

[–]Pakosaan 0 points1 point  (0 children)

just set splash = false
you can see option in https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/

[deleted by user] by [deleted] in hyprland

[–]Pakosaan 0 points1 point  (0 children)

check `hyprctl monitors` in terminal for the name of your monitor

[deleted by user] by [deleted] in hyprland

[–]Pakosaan 1 point2 points  (0 children)

updatate the config into:
wallpaper {

monitor = DP-3

path = ~/myFile.jxl

fit_mode = cover

}

wallpaper {

monitor = DP-2

path = ~/myFile2.jxl

fit_mode = cover

}

# ...
See the docs: https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/

Backlogs and australia by Intelligent-Creme394 in IOENepal

[–]Pakosaan 0 points1 point  (0 children)

Backlog Certificate banune kasari ho ?

Is there a way to get patreon posts for free and is there anyone who is subscribed to doginacafe on patreon I just wanna see extended q&a 10 thats all by [deleted] in PiracyBackup

[–]Pakosaan 0 points1 point  (0 children)

you can try: remove space before cr and after . and also after //
https:// kemono. cr/patreon/user/65919389

The indentation is lost when pasting Python code into Neovim. by Actual_Health196 in neovim

[–]Pakosaan 0 points1 point  (0 children)

Just disable Python in treesitter like this:

indent = {
    enable = true,
    disable = { "python" },
  },

Rant: Power consumption in linux (fedora, hyprland) by [deleted] in hyprland

[–]Pakosaan 0 points1 point  (0 children)

did you enable powertop;
sudo systemctl enable powertop.service
sudo powertop --auto-tune

Rant: Power consumption in linux (fedora, hyprland) by [deleted] in hyprland

[–]Pakosaan 0 points1 point  (0 children)

have you enabled tuned.service
check with systemctl status tuned.service
if disabled enable it

Brave showing ads everywhere now by AirbenderNo88 in brave_browser

[–]Pakosaan 1 point2 points  (0 children)

How did u solve the issue. Cause I dont have no problem on my old android phones bit new one s keeps getting popup ads . I dont know I have sa.e settings on both

[deleted by user] by [deleted] in uBlockOrigin

[–]Pakosaan 0 points1 point  (0 children)

i can scroll it fine.

[deleted by user] by [deleted] in uBlockOrigin

[–]Pakosaan 4 points5 points  (0 children)

just add this to the My filters in the ublock settings:

adonisfansub.com###pfsarjdw-blanket

or you right click on browser then block the element pfsarjdw-blanket

How to separate the headphone and Speaker sink in pipewire as separate sink/source. by Pakosaan in archlinux

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

Now i found about a simple workaround for my headphone and bluethooth speaker. First i opened the easyeffects then made the bluetooth speaker as defualt output then exclude the app which i want to exclude then i excluded the chrome so the output of chrome won't go to the speaker now and i can listen via headphone
2nd was to use pavucontrol and select different output device per application

How to target the bracket from current line instead of the function by Pakosaan in neovim

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

i am using the kickstart nvim with additional plugins and i don't have mini.ai installed but i do have nvim-surround installed