diff options
author | awy <awy@tutamail.com> | 2024-08-13 11:46:15 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-13 11:46:15 +0300 |
commit | ac8b19f7c8bd1a4ec2a34a59268ce31285916d27 (patch) | |
tree | 634ea8fb638a093cba960806c3120793a975eba8 /.config/hypr | |
parent | f8caaa9cd19b3e644b98303dfad382ecae18e8fc (diff) |
fixes
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)$ } ############# |