chore: 🔧 updates

This commit is contained in:
Jake Pullen
2025-05-11 08:05:17 +01:00
parent f89bd10465
commit 885ced00d9
6 changed files with 430 additions and 17 deletions
+4 -11
View File
@@ -1,10 +1,3 @@
# #######################################################################################
# AUTOGENERATED HYPRLAND CONFIG.
# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hyprland.conf AND EDIT IT,
# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
# #######################################################################################
# This is an example Hyprland config file.
# Refer to the wiki for more information.
# https://wiki.hyprland.org/Configuring/
@@ -20,7 +13,7 @@
################
### MONITORS ###
################
# XWayland.force_zero_scaling=
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor = eDP-1, disable # laptop built in screen
@@ -49,7 +42,7 @@ $editor = ~/.local/bin/zed
exec-once = waybar
exec-once = $terminal
exec-once = $editor
exec-once = [workspace 10 silent] Spotify (Launcher)
exec-once = [workspace 10 silent] spotify-launcher
#############################
@@ -252,9 +245,9 @@ bindl = , XF86AudioPrev, exec, playerctl previous
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
workspace = 10,monitor:DP-2
# Example windowrule
# windowrule = float,class:^(kitty)$,title:^(kitty)$
# force Spotify and secondary monitor to use workspace 10
workspace = 10,monitor:DP-2
windowrule = workspace 10, class:^(Spotify)$
# Ignore maximize requests from apps. You'll probably like this.