diff --git a/hyprland.conf b/hyprland.conf index fbc61db..ad2f4ff 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -2,8 +2,7 @@ # Please read documentation! # Monitor configuration -monitor = eDP-1, 1920x1080@100, 1920x0, 1 -monitor = HDMI-A-1, 1920x1080@100, 0x0, 1 +monitor = , preferred, auto, 1 # Workspace assignment workspace = 1, monitor:HDMI-A-1 @@ -62,7 +61,7 @@ gesture = 3, horizontal, workspace gesture = 3, vertical, fullscreen # Source pywal colors for borders -source = ~/.config/hypr/hyprland-colors.conf +source = ~/.cache/wal/hyprland-colors.conf # General settings general { @@ -325,7 +324,7 @@ layerrule { name = wofi-ignore-alpha match:namespace = wofi ignore_alpha = 0.2 -} +} # Keybindings $mainMod = SUPER # Sets "Windows" key as main modifier @@ -362,7 +361,7 @@ bind = $mainMod, S, exec, $spotify bind = $mainMod, W, exec, /home/duma/.local/bin/waypaper # Utility binds -bind = CTRL SHIFT, ESCAPE, exec, $terminal btop # Task manager alternative +bind = CTRL SHIFT, ESCAPE, exec, $terminal htop # Task manager alternative bind = $mainMod SHIFT, S, exec, hyprshot -m region -o $HOME/Pictures/Screenshots -f Screenshot_$(date "+%Y-%m-%d_%H:%M:%S").png -z # WORKSPACE MANAGEMENT (SUPER) @@ -456,4 +455,3 @@ bindl = , XF86AudioNext, exec, playerctl next bindl = , XF86AudioPause, exec, playerctl play-pause bindl = , XF86AudioPlay, exec, playerctl play-pause bindl = , XF86AudioPrev, exec, playerctl previous -