我正在寻找Linux上的窗口管理器,给定给定工作区的特定窗口配置,支持每个单独窗口的堆叠或制表符?
特别是我正在考虑一个有两个窗口的起始情况,一个在屏幕的左侧,另一个在屏幕的右半部分。假设我想打开一个额外的窗口,它也应该在右侧,并且在已经存在的窗口的顶部。
有没有人知道这种可能性而不使用鼠标来调整窗口大小并将窗口准确定位?
据我所知,例如在 i3 中,必须在平铺或标签之间进行选择。
我在网上找了资料,但我找不到具有此功能的 WM(但我可能没有使用正确的搜索关键字)。
主页
/
user-197569
ksyrium's questions
ksyrium
Asked:
2018-06-21 10:43:01 +0800 CST
我使用我最近购买的 1T Seagate Backup Plus Slim 外置硬盘ID 0bc2:ab24 Seagate RSS LLC
(NTFS 文件系统)作为备份工具。我想在这个磁盘上运行 Smartmontools 软件,但是当我尝试使用它启用它时
smartctl -s on -d scsi /dev/sdb (as a root)
我得到以下回复:
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.15.0-23-generic] (local b$
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontoo$
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
Informational Exceptions (SMART) disabled
Temperature warning disabled
确实,例如,当我尝试跑步时
smartctl -all -d scsi /dev/sdb
输出是:
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.15.0-23-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: Seagate
Product: BUP Slim WH
Revision: 0304
Compliance: SPC-4
User Capacity: 1.000.204.885.504 bytes [1,00 TB]
Logical block size: 512 bytes
Logical Unit id: 0x5000000000000001
Serial number: NA9DTQ90
Device type: disk
Local Time is: Wed Jun 20 20:25:13 2018 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Disabled
Temperature Warning: Disabled or Not Supported
=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK
Current Drive Temperature: 0 C
Drive Trip Temperature: 0 C
Error Counter logging not supported
Device does not support Self Test logging
这确认 SMART 支持仍然被禁用,但它是可用的。有谁知道是否以及(如果是)如何启用它?
仅供参考:驱动器连接到运行 Lubuntu 18.04 的旧 32 位笔记本电脑。