v0.2.0
New Features
- Added support for
hyprpicker
to the launch script. You can now launch it using the hotkeyALT_L + P
. The installation script has also been updated to includehyprpicker
installation viayay
.
Updates
- Refactored the
wf-recorder
script for improved readability. - Updated the README to include installation script guidance and refreshed the screenshot.
Environment Configuration
Environment variables are now configured using the Hyprland-specific method in ./configs/hyprland/environment.conf
. The preconfigured environment includes:
- Preferred display backends set to Wayland with X11 as a fallback.
- SDL and Clutter configured to use Wayland.
- Hyprland defined as the current desktop environment.
- Wayland support enabled for Mozilla applications.
- Default screenshot directory set for Hyprshot.
- Default editor set to Neovim and terminal type set to
xterm-kitty
. - GPG configured to use the correct TTY for passphrase entry.
Fcitx5 Setup
-
Removed the setup of
fcitx5
environment, as Wayland no longer requires additional configuration forfcitx5
per the updated documentation.Reference: https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland#GTK_IM_MODULE
Full Changelog: v0.1.0...v0.2.0