From 000a7c2a4c4bda36f655f6489b5bac3211515a5d Mon Sep 17 00:00:00 2001 From: "eric.marin" Date: Wed, 18 Dec 2024 21:06:41 +0100 Subject: niri and fuzzel --- hypr/hyprland.conf | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'hypr') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 7303e00..686d14d 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -9,21 +9,22 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ monitor = eDP-1, 2560x1600@60, 0x0, 2 +monitor = HDMI-A-1, preferred, auto, 1, mirror, eDP-1 +# monitor = HDMI-A-1, 0x0, 0x0, 2 # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch -exec-once = hypridle & foot -s & waybar & wbg Pictures/Backgrounds/sourcerer.png +exec-once = hypridle & foot -s & waybar & wbg Pictures/Backgrounds/Mandelbrot/mandelbrot_full_red.png & dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Source a file (multi-file configs) source = ~/.config/hypr/macchiato.conf # Set programs that you use -$rofi_path = ~/.config/rofi $terminal = footclient -$applauncher = rofi -show drun -theme $rofi_path/applauncher.rasi -$powermenu = $rofi_path/powermenu.sh +$applauncher = fuzzel --counter +$powermenu = .config/fuzzel/powermenu.sh # Some default env vars. env = XCURSOR_SIZE,24 @@ -50,7 +51,7 @@ general { gaps_in = 5 gaps_out = 10 border_size = 1 - col.active_border = $lavender + col.active_border = $red col.inactive_border = $surface0 layout = dwindle @@ -62,8 +63,8 @@ general { decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more - rounding = 0 - drop_shadow = false + rounding = 10 + # drop_shadow = false } animations { @@ -95,7 +96,7 @@ master { gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = false + workspace_swipe = true } misc { @@ -117,6 +118,8 @@ windowrulev2 = tile, title: ^(Godot)$ windowrulev2 = float, class: steam, title: ^(?!(Steam)$).*$ windowrulev2 = fullscreen, class: oolite +layerrule = animation popin 45%, launcher + # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER -- cgit v1.2.3