diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 730e6aa..a8fc809 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,5 +1,5 @@ -monitor = DP-3, 3840x2160@165, 0x0, 1.5, bitdepth, 10 -# monitor = DP-3, 3840x2160@165, 0x0, 1.5 +# monitor = DP-3, 3840x2160@165, 0x0, 1.5, bitdepth, 10 +monitor = DP-3, 3840x2160@165, 0x0, 1.5  monitor = DP-2, 2560x1440@165, -2560x0, 1  $terminal = footclient @@ -24,7 +24,7 @@ env = XCURSOR_THEME,Adwaita  env = HYPRCURSOR_SIZE,24  env = HYPRCURSOR_THEME,Adwaita  env = GBM_BACKEND,nvidia-drm -env = GTK_THEME,catppuccin +env = GTK_THEME,Everforest-Dark  # ecosystem {  #   enforce_permissions = 1 @@ -35,12 +35,12 @@ env = GTK_THEME,catppuccin  # permission = /usr/(bin|local/bin)/hyprpm, plugin, allow  general { -  gaps_in = 5 -  gaps_out = 10 +  gaps_in = 0 +  gaps_out = 0    border_size = 2 -  col.active_border = rgb(b4befe) -  col.inactive_border = rgb(313244) +  col.active_border = rgb(83a598) +  col.inactive_border = rgb(595959)    resize_on_border = false @@ -69,7 +69,7 @@ decoration {  }  animations { -  enabled = true +  enabled = false    bezier = easeOutQuint,0.23,1,0.32,1    bezier = easeInOutCubic,0.65,0.05,0.36,1    bezier = linear,0,0,1,1  |