Skip to content

Commit

Permalink
hypr: fix broken hyprland stuff because a ran yay -Syu
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSharkao committed Mar 2, 2024
1 parent 60b3047 commit 4e381da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion Hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ dwindle {
preserve_split = yes
}

windowrulev2 = nomaximizerequest, class:.*
windowrulev2 = float, class:popup
windowrulev2 = dimaround, class:popup
windowrulev2 = stayfocused, class:popup
Expand Down
6 changes: 6 additions & 0 deletions WezTerm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ local wezterm = require("wezterm")

local config = wezterm.config_builder()

-- looks like hyprland updated their wlroots protocol and broke the compatibility with wezterm.
-- Disabling wayland makes it use xwaland and not wlroots, so it works. How nice is rolling
-- releases?
-- https://github.com/wez/wezterm/issues/5067
config.enable_wayland = false

config.keys = {
{
key = "Enter",
Expand Down

0 comments on commit 4e381da

Please sign in to comment.