forked from Shinonome/dots-hyprland
Move the contents of the default comment to the custom configuration folder to avoid being replaced when updating (#2618)
This commit is contained in:
@@ -1,2 +1,10 @@
|
|||||||
# You can put extra environment variables here
|
# You can put extra environment variables here
|
||||||
# https://wiki.hyprland.org/Configuring/Environment-variables/
|
# https://wiki.hyprland.org/Configuring/Environment-variables/
|
||||||
|
|
||||||
|
# ######### Input method ##########
|
||||||
|
# See https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland
|
||||||
|
#env = QT_IM_MODULE, fcitx
|
||||||
|
#env = XMODIFIERS, @im=fcitx
|
||||||
|
#env = SDL_IM_MODULE, fcitx
|
||||||
|
#env = GLFW_IM_MODULE, ibus
|
||||||
|
#env = INPUT_METHOD, fcitx
|
||||||
|
|||||||
@@ -1,2 +1,6 @@
|
|||||||
# You can make apps auto-start here
|
# You can make apps auto-start here
|
||||||
# Relevant Hyprland wiki section: https://wiki.hyprland.org/Configuring/Keywords/#executing
|
# Relevant Hyprland wiki section: https://wiki.hyprland.org/Configuring/Keywords/#executing
|
||||||
|
|
||||||
|
# Input method
|
||||||
|
# exec-once = fcitx5
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,3 @@
|
|||||||
# ######### Input method ##########
|
|
||||||
# See https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland
|
|
||||||
#env = QT_IM_MODULE, fcitx
|
|
||||||
#env = XMODIFIERS, @im=fcitx
|
|
||||||
#env = SDL_IM_MODULE, fcitx
|
|
||||||
#env = GLFW_IM_MODULE, ibus
|
|
||||||
#env = INPUT_METHOD, fcitx
|
|
||||||
|
|
||||||
# ############ Wayland #############
|
# ############ Wayland #############
|
||||||
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||||
|
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ exec-once = ~/.config/hypr/hyprland/scripts/start_geoclue_agent.sh
|
|||||||
exec-once = qs -c $qsConfig &
|
exec-once = qs -c $qsConfig &
|
||||||
exec-once = ~/.config/hypr/custom/scripts/__restore_video_wallpaper.sh
|
exec-once = ~/.config/hypr/custom/scripts/__restore_video_wallpaper.sh
|
||||||
|
|
||||||
# Input method
|
|
||||||
# exec-once = fcitx5
|
|
||||||
|
|
||||||
# Core components (authentication, lock screen, notification daemon)
|
# Core components (authentication, lock screen, notification daemon)
|
||||||
exec-once = gnome-keyring-daemon --start --components=secrets
|
exec-once = gnome-keyring-daemon --start --components=secrets
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
|
|||||||
Reference in New Issue
Block a user