you are free to not make distros
me again
you are free to not make distros
deleted by creator
you should be just fine with gui apps on most twms
have fun with fedora
!emacs %
they have a fairly prolific blog, pretty cool
dont listen to the noise, make a distro
deleted by creator
heres a free critique of your message!
this is garbage ane idiocy, shut the fuck up.
you are also free to say thanks!
E:og of my reply was way too hostile
i think the post is useful in order to highlight the inappropriate behaviour by linus, but the amount of lunatics who champion that email for its “directness” is disturbing
are all the apps licensed under gpl? perhaps we get a fork worst case?
There can be nothing new or original out of AI because all of its inputs are stolen from what already exists. Real creativity comes solely from humans
what have you seen that wasnt there before
i mostly have qualms with the quote i have no illusions about the levels of discussions around ai
had same experience with ubuntu, just outdated packages. outside of two major breaks that were announced beforehand arch has been just fine
pop os users dont eat their salad omg
little clickbait and tolerable personality crazy this exists
i originally did but i couldnt put it on split lines and the markdown docs dont mention that at all
tried it again same deal
i dont get screen tearing in games, videos or browsers on wayland and also seem to be getting less issues with compositing, which was a problem on x11 with i915 drivers for me
im not comfortable with shell yet, but here’s what i did
in sway config i have
for_window [title=“example_launcher”] floating enable
set $menu foot -T “example_launcher” -w 240x240 -e sh -c ‘dmenu_path | example.sh | xargs swaymsg exec --’
and somewhere in my $PATH i have example.sh which looks like this
#!/usr/bin/sh
#
out=$(fzf -e --print-query “$@”)
in=$(echo “$out” | head -1)
res=$(echo “$out” | tail -1 )
if test -n “$res”; then
cmd=$res
else
cmd=$in
fi
exec echo “$cmd”
there are a couple small issues with the set up though, and also u do need dmenu installed
deleted by creator