Leo Liu's blog

Tags · Archlinux

Home

About

Archives

Archlinux

Archlinux-我的快捷键设置

全局快捷键 Function key 搜索 mate/win 窗口切换 mate/win+tab 标签切换 alt+tab 窗口 resize alt+1 dict alt+2 截图 alt+3 输入法中英文 shift 关闭窗口 alt+q always on top alt+4 截图 alt+3 复制 alt+c 粘贴 alt+v 全部应用 alt+a

Read more
Archlinux

Archlinux-从Gnome迁移到Kde

安装sudo pacman -S sddm plasma kde-applicationssudo systemctl disable gdmsudo systemctl enable sddm to do 解决 Kde 桌面开机卡一分钟 设置快捷键 截图快捷键:选取 alt+3,保存 alt+4 复制粘贴:alt+c,v search:ctrl+space 设置应用启动台 issue 全局快捷键无法设置 开机卡桌面一分钟 Kde已删,gnome换个主题再战

Read more
ArchlinuxGrub

ArchLinux滚挂后的修复

不小心把Archlinux弄挂了 Grub修复引导1.进入 normal 模式: set ls (hdx,y)/boot/grub/ set root=(hdx,y) set prefix=(hdx,y)/boot/grub/ insmod normal normal 2.启动 arch 重装 grub: grub-install --target=x86_64-efi --efi-directory=/boot/EFI --bootloader-id=GRUB grub-mkconfig -o /boot/grub/grub.cfg 3.重启结束 更换主题直接下载主题,解压进入目录执行: sudo ./install.sh win10+arch 双引导:挂在 wi..

Read more