摘要: hello,deepiner: I am liwl1991@bbs.deepin.org and github.com 以下是给deepin-teminal提交的pr: 终端增加透明与非透明切换快捷键 [https://github.com/linuxdeepin/deepin-terminal/p 阅读全文
posted @ 2023-04-15 16:55 liwl1991 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 注意:本文不再更新。最新内容请点击:《我的deepin变形记》 本文最终通过脚本实现一键变形,代码托管于:https://gitee.com/liwl1991/my-deepin-v20 脚本适用版本20.5-20.8 文章最新更新时间:2022-11-29 1. 前言 接触和使用deepin也有3 阅读全文
posted @ 2021-11-29 16:05 liwl1991 阅读(4135) 评论(3) 推荐(0) 编辑
摘要: shell简单使用技巧 阅读全文
posted @ 2024-11-02 14:31 liwl1991 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1. 映射常用短语 vim ~/.vimrc 当输入mliwl时,会自动转换为自定义内容 iab mliwl <c-r>=strftime("note by liwl, %Y/%m/%d %H:%M:%S")<cr> 同时设置以下参数,加快转换反应时间 set timeoutlen=500 set 阅读全文
posted @ 2024-10-07 16:16 liwl1991 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 总结一些bash的特性用法 阅读全文
posted @ 2024-10-07 13:13 liwl1991 阅读(4) 评论(0) 推荐(0) 编辑
摘要: . 阅读全文
posted @ 2024-10-06 16:21 liwl1991 阅读(17) 评论(0) 推荐(0) 编辑
摘要: shell简单使用技巧 阅读全文
posted @ 2024-10-06 16:12 liwl1991 阅读(4) 评论(0) 推荐(0) 编辑
摘要: shell简单使用技巧 阅读全文
posted @ 2024-10-06 16:07 liwl1991 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 1. win10安装python 我安装的是python3.12 2. 编辑翻译脚本 申请百度翻译api的key和appid 注意安装相关依赖包:requests win10toast import requests import random import json from hashlib im 阅读全文
posted @ 2024-10-06 10:29 liwl1991 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 获取源代码: apt source dde-launcher 修改代码: vim src/windowedframe.cpp,623行 case TopRight: path.moveTo(topLeft.x(), topLeft.y()); path.lineTo(topRight.x() - m 阅读全文
posted @ 2024-05-14 09:54 liwl1991 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 目录1. 概述2. 实践过程2.1 修改大圆角为中圆角2.1.1 主窗口背景框2.1.2 修改增加时区对话框圆角2.1.3 修复【触摸板】背景框长度不一致2.1.4 修复【快捷键】增加按钮UI问题,调整与【默认程序】增加按钮一致2.1.5 修复【系统语言】背景框长度不一致。这个可能在卸载fcitx, 阅读全文
posted @ 2024-04-06 23:19 liwl1991 阅读(39) 评论(1) 推荐(0) 编辑
摘要: 1. 概述 本篇博客主要介绍在deepin20.9上改造deepin20.9自带版本(5.9.2)文件管理器,与《deepinV23编译文件管理器改造》不同的是,那个是6.0.40的版本,代码重构过,架构清晰。 主要实现的功能: 文件管理器可以通过ctrl+d快捷键删除文件 桌面可以通过ctrl+d 阅读全文
posted @ 2024-03-24 09:58 liwl1991 阅读(85) 评论(0) 推荐(0) 编辑