差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
linux:lenovo:lenovox1 [2018/11/14 16:40] – tenforward | linux:lenovo:lenovox1 [2022/09/01 11:43] (現在) – tenforward | ||
---|---|---|---|
行 158: | 行 158: | ||
* 最新の firmware に | * 最新の firmware に | ||
* するとデバイス名が wlan0 に(kernel デフォルト名? | * するとデバイス名が wlan0 に(kernel デフォルト名? | ||
+ | * < | ||
+ | * < | ||
* タッチパッドの設定変更< | * タッチパッドの設定変更< | ||
⎡ Virtual core pointer | ⎡ Virtual core pointer | ||
行 205: | 行 207: | ||
Device Product ID (267): 2, 7 | Device Product ID (267): 2, 7 | ||
libinput Drag Lock Buttons (302): | libinput Drag Lock Buttons (302): | ||
- | libinput Horizontal Scroll Enabled (303): 1</ | + | libinput Horizontal Scroll Enabled (303): 1 |
$ cat / | $ cat / | ||
# Match on all types of devices but joysticks | # Match on all types of devices but joysticks | ||
行 230: | 行 232: | ||
Option " | Option " | ||
Option " | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | |||
EndSection | EndSection | ||
行 245: | 行 250: | ||
Driver " | Driver " | ||
EndSection</ | EndSection</ | ||
+ | |||
+ | Xfce4 のキーボード設定で | ||
+ | * XF86AudioLowerVolume を sh -c "pactl set-sink-mute @DEFAULT_SINK@ false ; pactl -- set-sink-volume @DEFAULT_SINK@ -5%" と設定 | ||
+ | * XF86AudioRaiseVolume を sh -c "pactl set-sink-mute @DEFAULT_SINK@ false ; pactl set-sink-volume @DEFAULT_SINK@ +5%" と設定 | ||
+ | * XF86AudioMicMute を pactl set-source-mute @DEFAULT_SINK@ toggle に設定 | ||
+ | * XF86AudioMute を pactl set-sink-mute @DEFAULT_SINK@ toggle に設定 | ||
+ | |||
+ | libinput-gestures, | ||
+ | * https:// | ||
+ | * input グループに所属させる | ||
+ | * libinput-gestures-setup autostart で Window Manager の自動起動に設定される(~/ | ||
+ | * cp / | ||
+ | * 設定は左右スワイプでワークスペースを左右移動、ピンチで Ctrl++/ | ||
+ | gesture swipe left xdotool key ctrl+alt+Right | ||
+ | gesture swipe right | ||
+ | gesture pinch in xdotool key ctrl+minus | ||
+ | gesture pinch out | ||
+ | </ | ||
+ | |||
+ | ==== google chrome 105 ==== | ||
+ | |||
+ | google chrome 105 から次のようなファイルを置かなければちゃんと起動しなくなった | ||
+ | |||
+ | < | ||
+ | Section " | ||
+ | Identifier | ||
+ | Driver | ||
+ | Option | ||
+ | EndSection | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Logcool M585 Mouse ===== | ||
+ | |||
+ | * uhid モジュールをロードする必要がある | ||
+ |