Results 14 issues of eonun

**bash文件:** ```bash #!/bin/bash TYPE="${BLOCK_INSTANCE:-caps}" lockLine=$(xset -q | grep "Num Lock") capsLock=$(echo "${lockLine}" | awk -F ' ' '{print $4}') numLock=$(echo "${lockLine}" | awk -F ' ' '{print $8}') scrollLock=$(echo "${lockLine}"...

`bandwidth2`的配置  显示为两个方框,里面为Unicode码,需要安装什么字体来解决

When I added a `dotfiles` with `mkrc`, after some time I need to create more configuration files in the same directory, and now I need to add the new files...

大佬有没有考虑打包一个linux版的,使用AppImage打包方式就几乎能支持所有linux发行版

v2.2.2 PC上的二维码左右滑动换IP地址鼠标没法操作,笔记本触摸板的多触点左右滑动能用,但鼠标就没法操作,如果是台式不就无解了?

bug

当分享的文件中包含 `#` 号时(如`C#文件.txt`)就无法下载共享的文件了

bug

The script is as follows, this will create a shortcut.The shortcut can be pinned to the start screen and is with startup parameters. ```bat :: by runningcheese @echo off @ECHO...

Rename the file `ungoogled-chromium_*` to `bin`,And create a new `user_data` directory. Create a new `run.bat` script, type in the following content. ```bat :: by runningcheese @echo off @ECHO OFF&(PUSHD "%~DP0")&(REG...

Since I need the terminal in i3wm to have a transparent background, I made some configurations. - Install the compositor `picom` ```sh sudo pacman -S picom ``` - Configure i3wm...

建议能兼容markdowm语法,能在文件markdowm内就能看到图片,而不是编译后通过网页访问才能看到图片