Dotfiles. Contribute to shvmsaini/dotfiles development by creating an account on GitHub.

Steve Webber on Multics

YouTube Video
Click to view this content.

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

you're welcome!

looks good, thanks!

Found a repo with nice herbstluft scripts

Found a repo with nice herbstluft scripts
Dotfiles. Contribute to shvmsaini/dotfiles development by creating an account on GitHub.

replacements for X11 utils
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 key binding handler like sxhkd, able to manage key chains (bindings with prefix)
- 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 !








herbstluftwm : super-t to toggle window titles
cross-posted from: https://lemmy.world/post/31756816
undefined super=Mod4 hc keybind super-t \ or , and . compare theme.title_height = 0 \ . attr theme.title_height 17 \ , attr theme.title_height 0

herbstluftwm : have super-tab cycle windows or go to last tag/workspace
If there is more than one window in current frame, cycle them. Else, go to previous workspace aka tag :
undefined
super=Mod4 hc keybind $super-Tab \ or , and . compare tags.focus.curframe_wcount ge 2 \ . cycle +1 \ , use_previous

I agree that referendums require a well-informed public, exhaustive debate, and a good visibility for each opinion expressed.
Now, they have it in Switzerland without any major problem that I'm aware of, they still can eat apples. :)

Would be great to have initiatives and referendums at the federal level
cross-posted from: https://lemmy.world/post/31296448
https://en.wikipedia.org/wiki/Initiatives_and_referendums_in_the_United_States?wprov=srpw1_0
do you think there is a possibility for this ?
Would be great to have initiatives and referendums at the federal level
https://en.wikipedia.org/wiki/Initiatives_and_referendums_in_the_United_States?wprov=srpw1_0
do you think there is a possibility for this ?

C is one of the most energy saving language
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 most energy saving language
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

you can use a dot to concatenate strings :
undefined
let trial = $HOME . '/dir1/dir2/dir3'

lite-xl looks promising
the main missing feature imho : being able to search/filter settings, keybindings in particular

friendica & hubzilla are similar. From there, you can follow diaspora accounts as well as the fediverse stuff : mastodon, lemmy, peertube, ...
socialhome, I dunno.

great ! what do you think of h
to go to the parent comment ?

beautiful, I'm liking it more and more!
the only little trouble I've with it now is the scrolling : works well with the mouse or the arrow keys, but not with pageup/pagedown
(browser : qutebrowser)
edit : solved, works fine in insert mode!
btw, I see that j/k go to next/previous post, are there other nice keybindings ?

anything to do with the mobile ui ?
is it foss ?

yes, and it'd give access to a 2 levels subs structure

i noticed matrix was kind of slow to sync
libervia seems worth a look
thanks for this detailed analysis

slackware has slackbuild iirc, arch has aur, so why not debianbuild recipes ?

any xmpp interesting room you would recommend
for instance on free software, linux, bsd, ... ?

any android app for friendica ?
A specific one, or at least that support it ? Didn't find anything on play store or fdroid.

announcement : link-batch.zsh, to generate symlinks batches
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 :
sh link-batch.zsh link-list.txtwhere
link-list.txt
contains two columns : the first one for the links and the second one for the targets. Example :undefined ~/.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.

announcement : link-batch.zsh, to generate symlinks batches
link-batch is a minimalist script that generate symlinks from a list in a text file. Usage :
sh
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 :
undefined
~/.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.

organ : generalize org to markdown and folds, version 1.4


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
- li