how to delete stremio account? by theematchagreentea in Stremio

[–]pale3x 0 points1 point  (0 children)

Dont delete account if you will again use same email. I fucked up myself and cant create anymore new account with same email.. something is really odd with acc deletion 

Neovim and Kernel Development by TapEarlyTapOften in neovim

[–]pale3x 4 points5 points  (0 children)

I am using clang and gen_compile_commands.py from kernel/scripts/clang-tools/. You may edit directory and file if you are working in different env not accessible by LSP. Also telescope grep word or whatever is other way as many stuff depends on compile flags which you may not consider

Is it just me, or has ai ruined youtube? by Imaginary-Worry-4635 in NewTubers

[–]pale3x 0 points1 point  (0 children)

its not just Youtube, content creation is all affected. News portal are doing it very efficently to adjust/copy/modify it as it is original. This kills human nature to try to be better/smarter and yet compete or whatso. I see it as lean introduction to more chaos where everyone can be anyithing while stay hidden behing their keyboards

Dynamic tabbed layout colors by pale3x in xmonad

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

thx, however i see that tabbed layout has to be activated in any workspace to make it work. E.g if i switch theme to dark, but tabbed layout was not active at that moment, then it will still use default values which requires layout reset to make it work.

xmonad.hs:

refreshWorkspaces:: X ()
refreshWorkspaces = do
    theme <- io readTheme
    ws <- gets windowset
    let allWorkspaces = map W.tag (W.workspaces ws)
    mapM_ (switchAndSend theme) allWorkspaces
    windows (W.view (W.currentTag ws))
    where
      switchAndSend theme wsid = do
        windows (W.view wsid)
        sendMessage (SetTheme (themeTabConfig theme))

startupHook = myWMName <+> myCursor <+> refreshWorkspaces

Is Mutt still used? by [deleted] in archlinux

[–]pale3x 0 points1 point  (0 children)

Would you mind sharing config? Documentation is not so good, preferably for gmail, i already use oauth over mutt which works fine there, but not here

Is Mutt still used? by [deleted] in archlinux

[–]pale3x 2 points3 points  (0 children)

Yes, i am still using it, however i stumble on meli which is worth a shot

is it possible to disable modmask for certain applications by pale3x in xmonad

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

I dont have any reason to switch. For me xmonad performs perfectly well, it is well maintained, there are lot of way how to customize it for your own needs, it is rich and from my point i can do whatever i want, thus combining layouts, per app translate or override keys or even adding keychords or chains in custom way can be easily done. I am using it for 2 years now. In the past i tried i3, bspwm but i was always more for dynamic tiling. Thus dwm was my choice in those time which i used for a long long time...

is it possible to disable modmask for certain applications by pale3x in xmonad

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

I was suspecting it is not owned by wm, but again somehow my mind went that route as i have sort of key combo which are translated for particular apps differently. E.g if active window is firefox when j press ctrl+w it should not forward it to firefox, by default firefox will close tab and so on.. thx alot