From ac8b19f7c8bd1a4ec2a34a59268ce31285916d27 Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 13 Aug 2024 11:46:15 +0300 Subject: fixes --- .config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/hypr') 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)$ } ############# -- cgit v1.2.3