摘要:
软件 sudo apt install fcitx5 fcitx5-rime 配置 下载小鹤音形鼠须管 for macos,将 rime 放到 ~/.local/share/fcitx5 运行 fcitx5-configtool,添加 Rime From: https://blog.csdn.net 阅读全文
posted @ 2022-09-23 23:57
cliter
阅读(113)
评论(0)
推荐(0)
摘要:
~/.config/i3/config # 浮动窗口 for_window [class="Thunar"] floating enable for_window [class="Xarchiver"] floating enable # 快捷键绑定 bindsym $mod+e exec thun 阅读全文
posted @ 2022-09-23 23:52
cliter
阅读(447)
评论(0)
推荐(0)
摘要:
[toc] ## Thunar action ### ffmpeg 转为 mp3 ```shell for file in %F; do ffmpeg -i "$file" "${file%%.*}".mp3; done ``` ## 搜索文件并打开 Application Finder(Win+R 阅读全文
posted @ 2022-09-23 20:35
cliter
阅读(91)
评论(0)
推荐(0)
摘要:
i3wm disable i3lock 编辑配置文件 ~/.config/i3/config 注释 i3lock 所在行,最终效果如下 # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # s 阅读全文
posted @ 2022-09-23 07:46
cliter
阅读(260)
评论(0)
推荐(0)