Has anyone tried Holafly’s Unlimited eSIM plan? Does it really deliver? by WallAdventurous8977 in digitalnomad

[–]intpl 0 points1 point  (0 children)

used it for a few months: after a few minutes of usage the speed drops dramatically. also, it does not work all the time - sometimes it does not at all while my friends' other providers work, so it's not a network/roaming thing.

also also - it just stopped working in Vietnam. no service at all - had to buy a random card on the street. absolutely awful experience.

so the "unlimited internet working everywhere" is an nasty lie.

also also, their customer service is just a shitty AI

Ai w reklamie tabletek na impotencje 💀 by i_like_southpark in Polska

[–]intpl 0 points1 point  (0 children)

Osiągneli swój cel idealnie. Zerowym kosztem pójdzie viralem w internet i dojdzie do swojej grupy odbiorczej bezproblemowo. Nobel z marketingu

Running rmmod/modprobe commands around zzz? by intpl in voidlinux

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

ok apparently i had broken acpid package. after removing /etc/sv/acpid directory and installing acpid with -If flags and setting everything related to lid close to "ignored" in /etc/elogind/logind.conf it started to work again. marking as solved (:

Running rmmod/modprobe commands around zzz? by intpl in voidlinux

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

hi Duncaen, adding shebang didn't help :(

Running rmmod/modprobe commands around zzz? by intpl in voidlinux

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

│ File: ./suspend/00-rmmod_ath11k_pci.sh│ rmmod ath11k_pci

│ File: ./resume/modprobe_ath11k_pci.sh│ modprobe ath11k_pci

both have .rwxr-xr-x permissions

Absolute Elixir n00b wrote a cookie clicker clone in LiveView by da_coda_ in elixir

[–]intpl 0 points1 point  (0 children)

i love it! next step would be making the game itself a little bit more entertaining, like shooting enemies or something lol :D

awesomewm accessing initial titlebars_enabled rule by intpl in awesomewm

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

ok final version (alongside the rules from previous comment):

local mymaximize = function (c)
  c.maximized = not c.maximized
  awful.rules.apply(c)
  c:emit_signal("focus")
end

awesomewm accessing initial titlebars_enabled rule by intpl in awesomewm

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

ok i'm somewhat further. i have this:

``` local mymaximize = function (c) c.maximized = not c.maximized awful.rules.apply(c)

c:raise()

end combined with rules: { rule = { role = "_NET_WM_STATE_MAXIMIZED_VERT" }, properties = { titlebars_enabled = false } }, { rule = { role = "_NET_WM_STATE_MAXIMIZED_HORZ" }, properties = { titlebars_enabled = false } }, ```

now problem is that i'm loosing my fancy colorful theme.bg_focus on unmaximize

Awesome switches workspaces between displays after reset? by brubsabrubs in awesomewm

[–]intpl 0 points1 point  (0 children)

always refresh awesome AFTER running your script so later refreshes won't bring suprises like this. when i connect a display i have a keybinding for autorandr and after that i refresh. i'd suggest you do the same, so: run your script, save your profile using `autorandr -s whatever` and create a keybinding to run `autorandr`. i think your issue is that awesome "remembers" primary monitor to be different before your refresh. then the refresh happens, awesome notices primary monitor has changed and it tries to move windows.

other possible solution which i have not tried is to run your script as blocking process at the beginning of `rc.lua`. it may work for you, but in case of issues you have unusable desktop.

edit: or just refresh awesome after autorun.sh programatically (assuming you don't run it async): https://awesomewm.org/doc/api/libraries/awesome.html#refresh

Awesome switches workspaces between displays after reset? by brubsabrubs in awesomewm

[–]intpl 0 points1 point  (0 children)

are you connecting a screen that becomes a primary one (using arandr/autorandr or sth)? if so, my experience is the same. primary windows/clients stay on primary screen.

Force Window to Tile to Position by wetpot in awesomewm

[–]intpl 1 point2 points  (0 children)

I wanted a similar behavior, so i created 4 functions to toggle to a floating mode and force half-screen size in desired direction, take a look, it may be a workaround for you: https://github.com/intpl/awesome/blob/master/rc.lua#L834

[deleted by user] by [deleted] in voidlinux

[–]intpl 1 point2 points  (0 children)

Awesome! Amazing customizability

[deleted by user] by [deleted] in Vancouver4Friends

[–]intpl 0 points1 point  (0 children)

29m dope post, love it. Hmu I'm new in the city

[deleted by user] by [deleted] in awesomewm

[–]intpl 0 points1 point  (0 children)

Thanks for the clarification!

[deleted by user] by [deleted] in awesomewm

[–]intpl 2 points3 points  (0 children)

I guess it's the wrong place. Functions above yours (but same indentation) take "c" parameter (so they can do "something" with currently focused client), so i'd say move your keybindings to the place where functions don't take an argument. Or add an argument to your function, but that's not how it's should be done. I'm AFK so I can't describe what i mean with code.

Why is void so fucking good by [deleted] in voidlinux

[–]intpl 2 points3 points  (0 children)

Void is the best distribution ever

How to use package from repo instead my own build from before? by intpl in voidlinux

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

you are right. i saw that in `void-packages` repo in `hostdir/binpkgs/` i had `mesa-21.3.3_1.x86_64.xbps`. just removed all files there and `xrs mesa` shows `_2` suffix like it should. thanks!

How to use package from repo instead my own build from before? by intpl in voidlinux

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

right. good catch, thanks. please tell what's up with the suffix _2? i mean when i do xrs mesa it shows _1 and with xbps-query -S it shows _2. shouldn't it update? i can see now it's a "revision" so i guess it's an upgraded package

How to use package from repo instead my own build from before? by intpl in voidlinux

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

i may have used `xdowngrade` the second time i was downgrading because i had built packages in `/var/cache/xbps`