add niri and update nvim config
This commit is contained in:
@@ -16,6 +16,7 @@ exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
source = ~/.config/hypr/background.conf
|
||||
source = ~/.config/hypr/hyprbindings.conf
|
||||
source = ~/.config/hypr/hyprgestures.conf
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
source = ~/.config/hypr/apps.conf
|
||||
source = ~/.config/hypr/windowrules.conf
|
||||
@@ -75,7 +76,7 @@ general {
|
||||
layout = dwindle
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
allow_tearing = true # as of 1.52, leaving this on true leads to game freezes
|
||||
}
|
||||
|
||||
decoration {
|
||||
@@ -88,8 +89,10 @@ decoration {
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 1
|
||||
passes = 3
|
||||
# size = 2
|
||||
# passes = 5
|
||||
size = 2
|
||||
passes = 5
|
||||
brightness = 0.6
|
||||
popups = true
|
||||
vibrancy = 0.2
|
||||
@@ -139,7 +142,11 @@ animations {
|
||||
animation = workspaces, 1, 5, default
|
||||
}
|
||||
render {
|
||||
direct_scanout = 2 #auto
|
||||
direct_scanout = 1
|
||||
# direct_scanout = 2 #auto
|
||||
send_content_type = 0
|
||||
cm_auto_hdr = 0
|
||||
cm_fs_passthrough = 1
|
||||
}
|
||||
|
||||
dwindle {
|
||||
@@ -155,7 +162,7 @@ master {
|
||||
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = on
|
||||
# workspace_swipe = on
|
||||
}
|
||||
|
||||
misc {
|
||||
@@ -164,6 +171,12 @@ misc {
|
||||
vfr = true
|
||||
}
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
use_nearest_neighbor = false
|
||||
}
|
||||
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
||||
device {
|
||||
|
||||
Reference in New Issue
Block a user