eonun
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发行版
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内就能看到图片,而不是编译后通过网页访问才能看到图片