Conversation
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
home/dot_config/environment.d/00-xdg.conf, improving consistency and portability of user and application data.EDITOR,VISUAL,PAGER, andTERMINALinhome/dot_config/environment.d/10-defaults.conffor a more predictable shell environment..chezmoiignore.tmplto ignore all files withinBraveSoftwareandgoogle-chromeconfig directories except forNativeMessagingHosts, ensuring browser integration files are preserved.Hibernation and Hardware Support
run_onchange_after_01_laptop.shto automatically detect NVIDIA GPUs and add missing modules tomkinitcpio.conf, ensuring proper resume functionality and hardware compatibility. Also, made initramfs regeneration conditional on config changes. [1] [2]HibernateDelaySec=50minsetting, potentially allowing for more flexible hibernation timing.Bitwarden and Browser Integration
run_onchange_before_03_bitwarden.shand 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]Service and Sudo Configuration
fstrim.timerto system services and removedhypridlefrom user services inrun_onchange_after_98_services.sh, optimizing background service management. [1] [2]run_onchange_before_00_sudo.shto preserveEDITORandVISUALenvironment variables, improving usability for command-line editing tasks. [1] [2]UI and Application Settings
DankMaterialShell/settings.jsonwith 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]hyprland/keybinds.confto use new script variable references, streamlining command execution for scratchpad and update actions.Other Notable Changes
20-ssh.conf.tmpl, improving SSH key management.