diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 12dc77d..85fb1b3 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -6,7 +6,7 @@ source = ~/.config/hypr/monitors.conf # See https://wiki.hypr.land/Configuring/Keywords/ -$terminal = kitty +$terminal = wezterm $fileManager = dolphin $menu = rofi -show drun $screenshot = grim -g "$(slurp)" - | swappy -f - diff --git a/wezterm/.wezterm.lua b/wezterm/.wezterm.lua index 4bfd853..26f414d 100644 --- a/wezterm/.wezterm.lua +++ b/wezterm/.wezterm.lua @@ -8,6 +8,7 @@ return { window_decorations = "RESIZE", enable_tab_bar = false, use_resize_increments = false, + enable_wayland = false, colors = { background = "#0C0F14", foreground = "#E0E1DD",