Add new configuration
This commit is contained in:
parent
06f0f6e72e
commit
3f1ec6a90f
@ -1 +1 @@
|
|||||||
source = ~/dotfiles/hypr/conf/animations/animations-low.conf
|
source = ~/dotfiles/hypr/conf/animations/default.conf
|
@ -1,5 +1,6 @@
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Animations
|
# Animations
|
||||||
|
# name: "High"
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
animations {
|
animations {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Animations
|
# Animations
|
||||||
|
# name: "Default"
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
animations {
|
animations {
|
||||||
enabled = true
|
enabled = true
|
@ -1 +1 @@
|
|||||||
source = ~/dotfiles/hypr/conf/decorations/decoration.conf
|
source = ~/dotfiles/hypr/conf/decorations/default.conf
|
@ -1,5 +1,6 @@
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# General window decoration
|
# General window decoration
|
||||||
|
# name: "Default"
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
decoration {
|
decoration {
|
25
hypr/conf/decorations/no-rounding.conf
Normal file
25
hypr/conf/decorations/no-rounding.conf
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# General window decoration
|
||||||
|
# name: "No Rounding"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
rounding = 0
|
||||||
|
blur {
|
||||||
|
enabled = true
|
||||||
|
size = 6
|
||||||
|
passes = 2
|
||||||
|
new_optimizations = on
|
||||||
|
ignore_opacity = true
|
||||||
|
xray = true
|
||||||
|
# blurls = waybar
|
||||||
|
}
|
||||||
|
active_opacity = 1.0
|
||||||
|
inactive_opacity = 0.8
|
||||||
|
fullscreen_opacity = 1.0
|
||||||
|
|
||||||
|
drop_shadow = true
|
||||||
|
shadow_range = 30
|
||||||
|
shadow_render_power = 3
|
||||||
|
col.shadow = 0x66000000
|
||||||
|
}
|
@ -3,7 +3,6 @@
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
# kb_layout = us
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = false
|
natural_scroll = false
|
||||||
|
@ -1,8 +1 @@
|
|||||||
# -----------------------------------------------------
|
source = ~/dotfiles/hypr/conf/monitor/default.conf
|
||||||
# Monitor Setup
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
||||||
# -----------------------------------------------------
|
|
||||||
|
|
||||||
monitor=,preferred,auto,1
|
|
||||||
# monitor=,1920x1080,auto,1
|
|
||||||
# monitor=,2560x1440@120,auto,1
|
|
||||||
|
6
hypr/conf/monitor/1920x1080.conf
Normal file
6
hypr/conf/monitor/1920x1080.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "Default"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,1920x1080,auto,1
|
6
hypr/conf/monitor/2560x1440@120.conf
Normal file
6
hypr/conf/monitor/2560x1440@120.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "Default"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,2560x1440@120,auto,1
|
6
hypr/conf/monitor/default.conf
Normal file
6
hypr/conf/monitor/default.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "Default"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,preferred,auto,1
|
@ -1 +1 @@
|
|||||||
source = ~/dotfiles/hypr/conf/windows/window.conf
|
source = ~/dotfiles/hypr/conf/windows/default.conf
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# General window layout and colors
|
# General window layout and colors
|
||||||
|
# name: "Default"
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
general {
|
general {
|
13
hypr/conf/windows/no-border.conf
Normal file
13
hypr/conf/windows/no-border.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# General window layout and colors
|
||||||
|
# name: "No Border"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
general {
|
||||||
|
gaps_in = 10
|
||||||
|
gaps_out = 14
|
||||||
|
border_size = 0
|
||||||
|
col.active_border = $color11
|
||||||
|
col.inactive_border = rgba(ffffffff)
|
||||||
|
layout = dwindle
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user