chimay

joined 2 years ago
[–] [email protected] 0 points 2 weeks ago

cool, feel free to share the link when you're done, all wm-hopper will appreciate!

[–] [email protected] 0 points 2 weeks ago

you're welcome!

 

I'm willing to try some wayland compositor, but I would need some advice to find adequate replacement for my usual X11 utilities.

  • the compositor/window manager : some tiling one, ideally close to herbstluftwm (hyprland, unless you've got a better match)
  • a tool to set up some custom keyboard map, like xmodmap
  • a customizable menu like rofi or dmenu
  • a bar like polybar : maybe waybar ?
  • a notification service
  • a tools to adjust screen luminosity, like xblacklight
  • a transparency fitter, like transset
  • a replacement for xset dpms, to put the screen to spleep

Any ideas are welcome !

[–] [email protected] 0 points 2 weeks ago* (last edited 2 weeks ago)

Listen, I was willing to ignore your low-level insults until now, because I know that people tend to say things they don't really mean when they are upsed, but THAT uggly thing on the end is totally inacceptable! I find disgusting ALL kinds of tyranny, so don't you dare presuming such horrible thought. I demand a full retractation and a public apology!

If you don't know the distinction between refraining from having a moral judgement on someone you don't really know (especially with such severe allegation), and making excuse for anyone, that's your problem.

All of that fuss because somebody want to talk about a software ? The air is toxic around here.

1
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/[email protected]
 

cross-posted from: https://lemmy.world/post/31756816

super=Mod4
hc keybind super-t                                                       \
            or , and . compare theme.title_height = 0        \
                     . attr theme.title_height 17                      \
               , attr theme.title_height 0
 

If there is more than one window in current frame, cycle them. Else, go to previous workspace aka tag :

super=Mod4
hc keybind $super-Tab                                           \
            or , and . compare tags.focus.curframe_wcount ge 2  \
                     . cycle +1                                 \
               , use_previous
 

cross-posted from: https://lemmy.world/post/31184706

C is one of the top languages in terms of speed, memory and energy

https://www.threads.com/@engineerscodex/post/C9_R-uhvGbv?hl=en

 

C is one of the top languages in terms of speed, memory and energy

https://www.threads.com/@engineerscodex/post/C9_R-uhvGbv?hl=en

 

cross-posted from: https://lemmy.world/post/1838642

link-batch is a minimalist script that generate symlinks from a list in a text file. Usage :

link-batch.zsh link-list.txt

where link-list.txt contains two columns : the first one for the links and the second one for the targets. Example :

~/.config/kitty	~/myfiles/config/kitty
~/.config/nvim	~/myfiles/config/neovim
~/.config/MuseScore	~/myfiles/config/MuseScore/$HOST
...

The two columns must be separated by a tab.

Shell vars like $HOME or $HOST are evaluated to their values.

Can be used to quickly deploy all home links in a fresh box.

 

Generalize Orgmode to Markdown and any Folding structure in Vim and Neovim. Supports Org, Markdown and any Folded file.

See the repo for more information.

Features :

  • folding based on headings in org and markdown files
  • headings based on folding in folded files
    • you can handle your folds like headings in orgmode
  • navigate in headings or list items hierarchy
    • next, previous : any level
    • forward, backward : same level as current one
    • parent heading, upper level
    • child heading, lower level :
      • loosely speaking : first headline of level + 1, forward
      • strictly speaking : must be in the current subtree
    • go to another headline with prompt completion of full path
  • modify headings or list items
    • new headline or list item
    • select, yank, delete subtree
    • promote, demote heading or list item
    • move subtree up or down
    • move current subtree in another one (aka org-refile)
    • cycle todo status
  • headlines
    • tags
  • lists
    • cycle list item prefix
    • toggle checkbox
    • checked boxes ratio on parent item
  • tables
    • inside of table : align columns
      • also works with multibyte characters
    • outside of table : align following a pattern
    • go to next or previous cell
    • go to beginning or end of cell
    • duplicate above cell content to current one
    • select cell content
    • add new row, colum
    • delete row, colum
    • move row up or down
    • move column left or right
  • links
    • store url at cursor
    • create link with url completion
    • goto link under or close to cursor
    • goto next/previous link
  • expand shortcut to template (aka org-structure-template)
    • markdown support limited to code blocks
  • insert timestamp
  • insert unicode character
    • refer to autoload/organ/unicode.vim to see available chars
  • insert result of vim or python expression
  • export in another format using
    • pandoc
    • emacs
    • asciidoc or asciidoctor
    • view exported document
  • convert headings and links org <-> markdown
view more: next ›