我在 256Gb SSD 上有一个未加密的 Windows10/Manjaro 双引导,外加一个 1Tb HDD,我在那里存储了大部分数据。
分区组织如下:
1Tb HDD :
|_ sda1 : exFAT partition, readable by both W$ and Linux
256 Gb SSD :
|_ sdb1 : EFI system boot partition
|_ sdb2 : Microsoft reserved partition
|_ sdb3 : NTFS Windows system partition
|_ sdb4 : NTFS Windows recovery partition
|_ sdb5 : ext4 / partition for Linux
|_ sdb6 : ext4 /home partition for Linux
|_ sdb7 : linux swap
Run Code Online (Sandbox Code Playgroud)
引导加载程序是 GRUB,允许我在两个系统之间进行选择。
我正在寻找的是一种加密两个硬盘驱动器的方法,并通过在 GRUB 之前输入密码来解密它们。当然,我想保留现有的分区,事实是两个系统都可以读取 …
我有一个 Elantech 触摸板,正在i3wm
开发 Manjaro。
我正在使用 libinput-gestures 以下列方式定义捏合手势:( ~/.config/libinput-gestures.conf
)
# Zoom View In (Works in quite a few apps: Browser, Files, photos, etc...)
gesture: pinch out xdotool key control+shift+plus
#
# Zoom View Out (Works in quite a few apps: Browser, Files, photos, etc...)
gesture: pinch in xdotool key control+minus
#
Run Code Online (Sandbox Code Playgroud)
然而,这以离散的方式表现。也就是说,例如在我的 Firefox 浏览器上,缩放不是连续的而是增量的。有没有办法以libinput-gestures
连续的方式配置缩放?
干杯