Updates
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# Monitor Setup
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# -----------------------------------------------------
|
||||
monitor=,preferred,auto,auto
|
||||
monitor=,preferred,auto,1
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Autostart
|
||||
@@ -57,10 +57,10 @@ general {
|
||||
gaps_out = 20
|
||||
border_size = 3
|
||||
# Single Color for active window
|
||||
col.active_border = $color11
|
||||
col.active_border = rgba(ffffffee)
|
||||
# Color Gradient for active window
|
||||
# col.active_border = $color11 $background $background $color14 45deg
|
||||
col.inactive_border = rgba(ffffffee)
|
||||
col.inactive_border = $color11
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
@@ -73,15 +73,17 @@ decoration {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
new_optimizations = on
|
||||
blurls = waybar
|
||||
}
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.9
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
drop_shadow = true
|
||||
shadow_range = 4
|
||||
shadow_range = 30
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
col.shadow = 0x66000000
|
||||
}
|
||||
|
||||
# -----------------------------------------------------
|
||||
@@ -102,23 +104,18 @@ animations {
|
||||
# Layouts
|
||||
# -----------------------------------------------------
|
||||
dwindle {
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = true # you probably want this
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_is_master = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = false
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
device:epic-mouse-v1 {
|
||||
sensitivity = -0.5
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user