diff --git a/dot_config/hypr/hyprland.conf b/dot_config/hypr/hyprland.conf index cb3b742..24179a0 100644 --- a/dot_config/hypr/hyprland.conf +++ b/dot_config/hypr/hyprland.conf @@ -64,7 +64,7 @@ general { layout = master - allow_tearing = false + allow_tearing = true } group { @@ -81,7 +81,7 @@ group { # Tearing env = WLR_DRM_NO_ATOMIC,1 -windowrulev2 = immediate, class:^(cs2|osu\!|love|osu-lazer)$ +windowrulev2 = immediate, class:^(cs2|osu\!|love)$ decoration { rounding = 10 diff --git a/dot_config/lazygit/config.yml b/dot_config/lazygit/config.yml deleted file mode 100644 index 12adb43..0000000 --- a/dot_config/lazygit/config.yml +++ /dev/null @@ -1,4 +0,0 @@ -git: - paging: - colorArg: always - pager: delta --dark --paging=never diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css index 34d2db3..bbc318d 100644 --- a/dot_config/waybar/style.css +++ b/dot_config/waybar/style.css @@ -93,7 +93,6 @@ widget>label { background-color: #939ab7; } -#tags button.urgent, #workspaces button.urgent { color: #0f0f0f; background-color: #9ec3c4;