diff options
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 7f6b3cf..84d8d4c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -10,7 +10,7 @@ monitor=DP-2,2560x1440@165,0x0,1 ### MY PROGRAMS ### ################### -$terminal = kitty +$terminal = foot $fileManager = dolphin $menu = wofi --show drun $browser = firefox @@ -107,7 +107,7 @@ misc { disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :( disable_splash_rendering = true enable_swallow = 1 - swallow_regex = ^(kitty)$ + swallow_regex = ^(foot)$ } ############# |