Add new configuration

This commit is contained in:
Stephan Raabe 2023-11-21 22:30:20 +01:00
parent 06f0f6e72e
commit 3f1ec6a90f
14 changed files with 64 additions and 12 deletions

View File

@ -1 +1 @@
source = ~/dotfiles/hypr/conf/animations/animations-low.conf
source = ~/dotfiles/hypr/conf/animations/default.conf

View File

@ -1,5 +1,6 @@
# -----------------------------------------------------
# Animations
# name: "High"
# -----------------------------------------------------
animations {
enabled = true

View File

@ -1,5 +1,6 @@
# -----------------------------------------------------
# Animations
# name: "Default"
# -----------------------------------------------------
animations {
enabled = true

View File

@ -1 +1 @@
source = ~/dotfiles/hypr/conf/decorations/decoration.conf
source = ~/dotfiles/hypr/conf/decorations/default.conf

View File

@ -1,5 +1,6 @@
# -----------------------------------------------------
# General window decoration
# name: "Default"
# -----------------------------------------------------
decoration {

View 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
}

View File

@ -3,7 +3,6 @@
# -----------------------------------------------------
input {
kb_layout = us
# kb_layout = us
follow_mouse = 1
touchpad {
natural_scroll = false

View File

@ -1,8 +1 @@
# -----------------------------------------------------
# Monitor Setup
# See https://wiki.hyprland.org/Configuring/Monitors/
# -----------------------------------------------------
monitor=,preferred,auto,1
# monitor=,1920x1080,auto,1
# monitor=,2560x1440@120,auto,1
source = ~/dotfiles/hypr/conf/monitor/default.conf

View File

@ -0,0 +1,6 @@
# -----------------------------------------------------
# Monitor Setup
# name: "Default"
# -----------------------------------------------------
monitor=,1920x1080,auto,1

View File

@ -0,0 +1,6 @@
# -----------------------------------------------------
# Monitor Setup
# name: "Default"
# -----------------------------------------------------
monitor=,2560x1440@120,auto,1

View File

@ -0,0 +1,6 @@
# -----------------------------------------------------
# Monitor Setup
# name: "Default"
# -----------------------------------------------------
monitor=,preferred,auto,1

View File

@ -1 +1 @@
source = ~/dotfiles/hypr/conf/windows/window.conf
source = ~/dotfiles/hypr/conf/windows/default.conf

View File

@ -1,5 +1,6 @@
# -----------------------------------------------------
# General window layout and colors
# name: "Default"
# -----------------------------------------------------
general {

View 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
}