2022年7月11日 星期一
apt-get update NO_PUBKEY
1.
--allow-unauthenticated
2.
deb [trusted=yes] http://www.deb-multimedia.org jessie main
Reference:
https://ubuntuqa.com/zh-tw/article/11390.html
2022年7月10日 星期日
Change default terminal in Qtile
The default configuration includes the shortcut Super+Enter to open a new terminal (selected from a hardcoded list)
test_terminals += [ | |
"roxterm", | |
"sakura", | |
"hyper", | |
"alacritty", | |
"terminator", | |
"termite", | |
"gnome-terminal", | |
"konsole", | |
"xfce4-terminal", | |
"lxterminal", | |
"mate-terminal", | |
"kitty", | |
"yakuake", | |
"tilda", | |
"guake", | |
"eterm", | |
"st", | |
"urxvt", | |
"xterm", | |
"x-terminal-emulator", | |
] |
$ sudo update-alternatives --config x-terminal-emulator$ sudo mv /usr/bin/xterm /usr/bin/xterm.bak
訂閱:
文章 (Atom)