Skip to content

Updates#32

Merged
Vantesh merged 25 commits intomainfrom
dev
Oct 16, 2025
Merged

Updates#32
Vantesh merged 25 commits intomainfrom
dev

Conversation

@Vantesh
Copy link
Owner

@Vantesh Vantesh commented Oct 16, 2025

This pull request introduces multiple improvements and fixes across environment configuration, service management, hibernation setup, Bitwarden integration, and UI settings. The changes focus on better XDG compliance, enhanced hardware support, improved user experience, and more robust configuration management.

Environment and XDG Compliance

  • Added comprehensive XDG environment variable definitions for cache, config, data, runtime, and language-specific directories in home/dot_config/environment.d/00-xdg.conf, improving consistency and portability of user and application data.
  • Set default values for common environment variables such as EDITOR, VISUAL, PAGER, and TERMINAL in home/dot_config/environment.d/10-defaults.conf for a more predictable shell environment.
  • Updated .chezmoiignore.tmpl to ignore all files within BraveSoftware and google-chrome config directories except for NativeMessagingHosts, ensuring browser integration files are preserved.

Hibernation and Hardware Support

  • Improved hibernation setup in run_onchange_after_01_laptop.sh to automatically detect NVIDIA GPUs and add missing modules to mkinitcpio.conf, ensuring proper resume functionality and hardware compatibility. Also, made initramfs regeneration conditional on config changes. [1] [2]
  • Adjusted systemd sleep configuration to remove the HibernateDelaySec=50min setting, potentially allowing for more flexible hibernation timing.

Bitwarden and Browser Integration

  • Refactored Bitwarden browser integration: removed manifest creation logic from run_onchange_before_03_bitwarden.sh and replaced it with templated manifest files for Brave and Chrome, ensuring manifests are only created when Bitwarden is installed and personal context is enabled. [1] [2] [3]
  • Updated autostart and manifest templates to conditionally generate entries based on Bitwarden installation, improving reliability of browser extension integration. [1] [2]

Service and Sudo Configuration

  • Added fstrim.timer to system services and removed hypridle from user services in run_onchange_after_98_services.sh, optimizing background service management. [1] [2]
  • Enhanced sudo configuration in run_onchange_before_00_sudo.sh to preserve EDITOR and VISUAL environment variables, improving usability for command-line editing tasks. [1] [2]

UI and Application Settings

  • Updated DankMaterialShell/settings.json with multiple UI tweaks: dock transparency, grouping, icon size, and custom power/updater commands, as well as improved clock and widget settings for a more personalized user experience. [1] [2] [3] [4] [5] [6]
  • Modified keybindings in hyprland/keybinds.conf to use new script variable references, streamlining command execution for scratchpad and update actions.

Other Notable Changes

  • Added SSH agent socket configuration for personal context in 20-ssh.conf.tmpl, improving SSH key management.

* Check for NVIDIA GPU and ensure necessary modules are included in mkinitcpio
* Consolidate similar window rules for clarity
* Remove redundant rules and improve formatting
* Set dock transparency to 0.9
* Enable focused window compact mode
* Update dock grouping and spacing settings
* Modify widget background color and surface base
* Enable custom updater command with parameters
* Change logout command to call the new logout script
* Ensure proper handling of vscode process termination
* Introduced dockIconSize setting for customizable icon size
* Added syncModeWithPortal option for enhanced dock functionality
* Updated customPowerActionLogout to use logout script
* Remove 'hypridle' from USER_SERVICES
* Add 'fstrim.timer' to SYSTEM_SERVICES
@Vantesh Vantesh merged commit 40426cd into main Oct 16, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant