diff options
| author | eric.marin <maarin.eric@gmail.com> | 2024-12-18 21:06:41 +0100 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2024-12-18 21:06:41 +0100 |
| commit | 000a7c2a4c4bda36f655f6489b5bac3211515a5d (patch) | |
| tree | 8a5fe85f0632fcca678f0204a4288e6b3423f772 /hypr | |
| parent | b0cfdab1e93f660fda8f9398e30c9c996a1760f3 (diff) | |
| download | dotfiles-000a7c2a4c4bda36f655f6489b5bac3211515a5d.tar.gz dotfiles-000a7c2a4c4bda36f655f6489b5bac3211515a5d.zip | |
niri and fuzzel
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/hyprland.conf | 19 |
1 files changed, 11 insertions, 8 deletions
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 |
