alqeeu
alqeeu
## Description Setting a different shortcut for the printscreen key makes it do nothing instead. Rebooting resets it back to the normal screenshot utility. ## Budgie version `budgie-desktop 10.5.3 (git-26cde8fd300a87aba0d085ca50c89728150138d2)`...
I am trying to install the following weird Russian layout on linux: https://kbdlayout.info/NorKyril/download/klc I am converting from klc to xkb ```console $ ./klfc/klfc --from-klc norkyril.klc -o output2/ klfc: warning: uknown...
nim sucks
I have had the following hotkey in my config for over a year and it has worked great. ``` super + bracket{left,right} bspc desktop -f {prev,next}.local ``` Recently, on several...
``` telegram = Telegram::Client.new do |cfg, auth| cfg.daemon = '~/tg/bin/telegram-cli' cfg.key = '~/tg/tg-server.pub' cfg.logger = Logger.new(STDOUT) puts cfg.class, auth.class auth.phone_number = '+whatever' auth.confirmation_code = -> { gets.strip.to_i } end ```...
```console $ cargo run -bash: cargo: command not found ``` what does this error mean? please help
This pull request makes the following changes: large changes: - Updated nob.h to commit `39028aa` March 25th, 2025 - Updated raylib, as well as vendored raylib instead of commiting a...
What is the point of making the swap file in /tmp? if a linux distro puts /tmp in RAM youre just making swap on RAM. On machine with lower RAM...