chimay

joined 2 years ago
[–] chimay@lemmy.world 2 points 1 week ago

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

[–] chimay@lemmy.world 2 points 1 week ago

you're welcome!

 

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
[–] chimay@lemmy.world 1 points 2 weeks ago (3 children)

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. :)

 

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

[–] chimay@lemmy.world 1 points 2 years ago (1 children)

you can use a dot to concatenate strings :

let trial = $HOME . '/dir1/dir2/dir3'
[–] chimay@lemmy.world 1 points 2 years ago

lite-xl looks promising

the main missing feature imho : being able to search/filter settings, keybindings in particular

[–] chimay@lemmy.world 2 points 2 years ago

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

socialhome, I dunno.

[–] chimay@lemmy.world 2 points 2 years ago (1 children)

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

[–] chimay@lemmy.world 2 points 2 years ago* (last edited 2 years ago) (3 children)

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 ?

[–] chimay@lemmy.world 5 points 2 years ago (2 children)

anything to do with the mobile ui ?

is it foss ?

[–] chimay@lemmy.world 1 points 2 years ago

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

[–] chimay@lemmy.world 1 points 2 years ago

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

[–] chimay@lemmy.world 2 points 2 years ago

good idea, thx !

 

for instance on free software, linux, bsd, ... ?

6
submitted 2 years ago* (last edited 2 years ago) by chimay@lemmy.world to c/fediverse@lemmy.world
 

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

 

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.

view more: next ›