update: slightly WIP update with cool features
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# System
|
||||
# Initialize dbus
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
# Set workspace 100 for the scroll-left support
|
||||
exec-once = bash -c "sleep 1 && for monitor in $(hyprctl monitors -j | jq -r '.[].name'); do hyprctl dispatch workspace 100 && hyprctl dispatch focusworkspaceoncurrentmonitor 100; done"
|
||||
# Set workspaces to hundreds for the scroll-to-left support
|
||||
# exec-once = bash -c "sleep 1 && for monitor in $(hyprctl monitors -j | jq -r '.[].name'); do hyprctl dispatch workspace 100 && hyprctl dispatch focusworkspaceoncurrentmonitor 100; done"
|
||||
exec-once = ~/.config/hypr/scripts/set-workspaces.sh
|
||||
# Initialize sleep
|
||||
exec-once = uwsm app -- systemd-inhibit --who="Hyprland config" --why="wlogout keybind" --what=handle-power-key --mode=block sleep infinity
|
||||
|
||||
@@ -26,6 +27,6 @@ exec-once = uwsm app -- waybar
|
||||
|
||||
# Extra
|
||||
# Color correction
|
||||
exec-once = uwsm app -- ~/.config/hypr/scripts/color-correction.sh
|
||||
exec-once = ~/.config/hypr/scripts/color-correction.sh
|
||||
# Apply GTK themes
|
||||
exec-once = nwg-look -a
|
||||
|
||||
Reference in New Issue
Block a user