diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-05-10 19:56:27 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-05-10 19:56:27 -0400 |
| commit | b0eb9b97fe9466d92927a5e746054921e44eaa0c (patch) | |
| tree | 24ce751968a403e60bc201952bc11ca81e2ec9aa /.config/hypr/hyprland.conf | |
| parent | 8afd96f693d9ac0daeb04afcfed0b5a8b4dd8062 (diff) | |
Switched back to Fedora
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 17 |
1 files changed, 4 insertions, 13 deletions
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 |
