update:test mirror

This commit is contained in:
kokopi-dev
2025-10-28 16:33:23 +09:00
parent 2f27c335cf
commit ba7e7a5226
5 changed files with 93 additions and 35 deletions

View File

@@ -61,19 +61,22 @@ env = GLFW_IM_MODULE,fcitx
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
source = /tmp/hyprland-workspaces.conf
exec-once = fcitx5 -d
exec-once = hyprpaper & hypridle & mako
exec-once = gsettings set org.gnome.desktop.interface gtk-theme 'tokyonight-dark'
exec-once = gsettings set org.gnome.desktop.interface icon-theme 'catppuccin-mocha'
exec-once = gsettings set org.gnome.desktop.interface font-name 'Geist 11'
exec-once = ~/.config/hypr/reload-monitors.sh # contains waybar
exec-once = ~/.config/wlsunset/run-wlsunset.sh init
exec-once = ~/.config/waybar/scripts/fcitx5-monitor.sh &
# so far, for bazecor
exec-once = /usr/lib/hyprpolkitagent/hyprpolkitagent & disown
source = /tmp/hyprland-workspaces.conf
#############################
### ENVIRONMENT VARIABLES ###
#############################
@@ -312,6 +315,8 @@ bind = $mainMod, 8, workspace, 8
bind = $mainMod, 9, workspace, 9
bind = $mainMod, 0, workspace, 10
bind = $mainMod ALT, p, pin, active
# Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = $mainMod SHIFT, 1, movetoworkspacesilent, 1
bind = $mainMod SHIFT, 2, movetoworkspacesilent, 2
@@ -358,6 +363,7 @@ bind = SUPER SHIFT, right, movewindow, r
bind = SUPER SHIFT, up, movewindow, u
bind = SUPER SHIFT, down, movewindow, d
##############################
### WINDOWS AND WORKSPACES ###
##############################