├── hyprland.conf ├── hyprland_cleanup_after_startup.sh ├── hyprland_handle_monitor_connect.sh ├── hyprland_setup_dual_monitors.sh └── waybar ├── config └── style.css /hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frigaut/hyprland-dotfiles/HEAD/hyprland.conf -------------------------------------------------------------------------------- /hyprland_cleanup_after_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frigaut/hyprland-dotfiles/HEAD/hyprland_cleanup_after_startup.sh -------------------------------------------------------------------------------- /hyprland_handle_monitor_connect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frigaut/hyprland-dotfiles/HEAD/hyprland_handle_monitor_connect.sh -------------------------------------------------------------------------------- /hyprland_setup_dual_monitors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frigaut/hyprland-dotfiles/HEAD/hyprland_setup_dual_monitors.sh -------------------------------------------------------------------------------- /waybar/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frigaut/hyprland-dotfiles/HEAD/waybar/config -------------------------------------------------------------------------------- /waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frigaut/hyprland-dotfiles/HEAD/waybar/style.css --------------------------------------------------------------------------------