Wayland + VSCode + text-input-v3
Visual Studio Code 1.98.0 でWaylandモードで日本語入力できるようになりました。Chromium 130以上が採用されていますのでtext-input-v3が動作します。以前はmutter-text-input-v1を導入して実現しましたが、もうMutterを入れ替える必要はなくなりました。 バージョン: 1.98.0コミット: 6609ac3d66f4eade5cf376d1cb76f13985724bcb日付: 2025-03-04T21:06:18.612ZElectron: 34.2.0ElectronBuildId: 11044223Chromium: 132.0.6834.196Node.js: 20.18.2V8: 13.2.152.36-electron.0OS: Linux x64 6.13.5-arch1-1 環境 Arch Linux GNOME Shell 47.5 Mutter 47.6 Visual Studio Code 1.98.0 text-input-v3 設定code~/.config/code-fla...
File Sync
共有フォルダのテキストファイルをWindows クライアントとLinuxクライアントでマウントせずに同期してみました。 環境 サーバ:Windows 11SMB経由 \\192.168.11.2\media11\home\Documents\memo.txtSSH経由 ubuntu@192.168.11.2:/mnt/d/home/Documents/memo.txt クライアントWindows:Windows 11 (robocopy)%USERPROFILE%\Documents\memo.txt クライアントLinux:Arch Linux (rsync ssh)~/Documents/memo.txt 構築サーバ 共有フォルダを作成 Windows 共有の設定 WSL の導入 クライアントWindows script-launcherの導入 https://ktkr3d.github.io/2025/02/25/Script-Launcher/ バッチの設置 C:\repos\script-launcher\scripts\Edit_memo.txtrobo...
Script Launcher
タスクバーからスクリプトを起動するランチャーです。 https://github.com/ktkr3d/script-launcher 以下を参考にしました。ありがとうございます。 【powershell】アプリ起動ランチャー作ってみた tray-launcher task-tray-launcher 2025-06-27 追記起動用のvbsをショートカットファイルで代替できます。 script-launcher.ps1のショートカットを作成 リンク先を変更 リンク先(変更前)C:\repos\script-launcher\script-launcher.ps1 リンク先(変更後)powershell.exe -WindowStyle Hidden -ExecutionPolicy RemoteSigned -File C:\repos\script-launcher\script-launcher.ps1 -arg1 C:\repos\script-launcher\scripts 実行時の大きさを「最小化」に変更 Windows Terminalをインス...
GlazeWM
Windows用のタイリングウィンドウマネージャGlazeWMを試してみました。挙動に癖が無くて安定していそうなので切り替えました。 https://github.com/glzr-io/glazewm 環境 Windows 11 24H2 GlazeWM v3.8.1 構築 インストール winget install GlazeWM 起動 スタートメニューからGlazeWMを起動 環境設定 設定ファイルは%userprofile%\.glzr\glazewm\config.yaml。トレイアイコンを右クリックしてShow config folderでフォルダを表示できます。 上部のバーを起動しないようにする。%userprofile%\.glzr\glazewm\config.yamlgeneral: # Commands to run when the WM has started. This is useful for running a # script or launching another application. # Example: ...
FancyWM
FancyWMはWindows用のタイリングマネージャです。2-in-1 PCのタッチスクリーンで便利です。Linux環境とほぼ同等の使い方ができるようになりました。 https://github.com/FancyWM/fancywm 環境 Windows 11 FancyWM v2.14.0 Windhawk 1.5.1 Vertical Taskbar for Windows 11 v1.3.1Taskbar location: RightTaskbar Width: 64 Taskbar height and icon size v1.2.16Icon size: 32taskbar height: 52taskbar button width: 52 Taskbar Clock Customization v1.4Time format: H':'mmDate format: MMM'/'d '('ddd')' Windows 11 Taskbar Stylerhttps://github.co...
Vertical Taskbar for Windows 11
Vertical Taskbar for Windows 11はWindows 11でタスクバーを左側や右側に配置できるWindhawkのmodです。ExplorerPatcherよりもWindows 11に対する親和性が高そうです。 https://windhawk.net/mods/taskbar-verticalhttps://windhawk.net/https://github.com/microsoft/PowerToys/issues/25101#issuecomment-2364732359 2025-02-27 メモWindhawkとVirtualBoxが干渉してVirtualBoxのVM起動時に「supHardenedWinVerifyProcess failed」エラーが発生する。https://github.com/ramensoftware/windhawk/issues/25Windhawkの設定→詳細設定→さらに詳細設定を表示→プロセス除外リストに以下を追加する。 %ProgramFiles%\Oracle\VirtualBox\* 上記対応後、V...
tray-launcher
Windowsのタスクトレイからスクリプトを実行できるランチャーです。GNOME Shell ExtensionのArgosのような使い方ができて便利です。 https://github.com/Jayich-Lab/tray-launcher 2025-02-25起動時にPythonのウィンドウが開きっぱなしになってしまうことがあった。まだ報告されていないようだ。複数の環境で発生したが、再現性はないかもしれない。https://github.com/Jayich-Lab/tray-launcher/issues 以下のソフトが動作したので取り急ぎ切り替えた。https://github.com/zozonteq/task-tray-launcher 自分でPowerShellで作るのもよいかもしれない。 2025-02-25作ってみました。https://ktkr3d.github.io/2025/02/25/Script-Launcher/ 環境 Windows 11 python 3.13.1 pip 24.3.1 tray-launcher v1.0.9 構築 イン...
Libadwaita Apps
GTK4, libAdwaitaのアプリケーションをWindowsでビルド&実行してみました。 https://gtk-rs.org/gtk4-rs/stable/latest/book/introduction.htmlGUI development with Rust and GTK 4 以下はlibadwaitaアプリケーション情報 https://apps.gnome.org/Apps for GNOME https://arewelibadwaitayet.com/Discover the Best LibAdwaita Apps in One Place https://github.com/valpackett/awesome-gtkAwesome GTK - Collections of awesome native open-source GTK (4 and 3) applications. 環境 Windows 11 24H2 rust 1.82.0 libadwaita 0.7.1 / v1_6 gtk4 0.9.4...
Lutris - Arch Linux
Arch LinuxにLutrisをインストールしてみました。 環境 CPU i7-4790 4.00GHz x8 Geforce GTX 1060 6GB Arch Linux GNOME 47 Wayland Forge Wine Wine-ge-8-26 構築 Arch Linux NVIDIA drivers installation guide https://github.com/korvahannu/arch-nvidia-drivers-installation-guide INSTALLING CLASSIC OR RETAIL WOW IN LINUX (Manjaro/Arch Edition) https://www.reddit.com/r/classicwow/comments/colnzr/installing_classic_or_retail_wow_in_linux/ Gamemode https://wiki.archlinux.jp/index.php/Gamemode sudo pacman -S gam...
fish + starship
fish(friendly interactive shell)はユーザフレンドリーなコマンドラインシェルです。シェルをfishに切り替えてみました。またプロンプトを装飾するためにStarshipを使ってみました。 2025-07-06 Linuxでコマンドの所要時間が長かった場合(60秒超)の表示 https://starship.rs/config/#command-duration $cmd_duration\ [cmd_duration]show_milliseconds = trueformat = " in $duration "style = "bg:lavender"disabled = falsemin_time = 60_000 さらにデスクトップ通知をする場合(未使用) [cmd_duration]show_milliseconds = trueformat = " in $duration "style = "bg:lavender"disabled = f...








