From b0eb9b97fe9466d92927a5e746054921e44eaa0c Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 10 May 2025 19:56:27 -0400 Subject: Switched back to Fedora --- .config/hypr/hyprland.conf | 17 ++++------------- .config/hypr/hyprpaper.conf | 4 ++-- 2 files changed, 6 insertions(+), 15 deletions(-) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 20b91b9..79b4da5 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -19,16 +19,16 @@ monitor=,preferred,auto,auto # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch -exec-once = zsh -l & waybar & hyprpaper +exec-once = zsh -l & waybar & hyprpaper & systemctl --user start plasma-polkit-agent.service # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf # Set programs that you use -$terminal = kitty +$terminal = ghostty $fileManager = dolphin $menu = wofi --show drun -$browser = flatpak run com.brave.Browser +$browser = brave-browser # Some default env vars. env = XCURSOR_SIZE,24 @@ -76,11 +76,6 @@ decoration { size = 3 passes = 1 } - - drop_shadow = yes - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) } animations { @@ -104,11 +99,6 @@ dwindle { preserve_split = yes # you probably want this } -master { - # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true -} - gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more workspace_swipe = off @@ -129,6 +119,7 @@ windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. $mainMod = SUPER bind = $mainMod, RETURN, exec, $terminal +bind = $mainMod, SPACE, exec, rofi -show run bind = $mainMod_SHIFT, C, killactive, bind = $mainMod_SHIFT, Q, exit, bind = $mainMod, E, exec, $fileManager diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index 6f1fe52..5d0a24d 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,6 +1,6 @@ -preload = /home/jmm/Documents/Pictures/Wallpapers/CatalinaRock.png +preload = /usr/share/wallpapers/Mountain/contents/images/5120x2880.png -wallpaper = HDMI-A-1, /home/jmm/Documents/Pictures/Wallpapers/CatalinaRock.png +wallpaper = HDMI-A-1, /usr/share/wallpapers/Mountain/contents/images/5120x2880.png splash = false -- cgit v1.2.3