Fixes hyprland
This commit is contained in:
parent
d0dcd61a28
commit
5e85555884
5 changed files with 16 additions and 5 deletions
|
|
@ -9,6 +9,7 @@ general {
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 4
|
rounding = 4
|
||||||
|
rounding_power = 10.0
|
||||||
|
|
||||||
active_opacity = 1.0
|
active_opacity = 1.0
|
||||||
inactive_opacity = 1
|
inactive_opacity = 1
|
||||||
|
|
@ -32,9 +33,9 @@ decoration {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 6
|
size = 6
|
||||||
passes = 2
|
passes = 2
|
||||||
ignore_opacity = true
|
ignore_opacity = false
|
||||||
new_optimizations = true
|
new_optimizations = true
|
||||||
special = true
|
special = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
6
.config/hypr/config/LayerRules.conf
Normal file
6
.config/hypr/config/LayerRules.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
layerrule = blur, gtk-layer-shell
|
||||||
|
layerrule = blur, logout_dialog
|
||||||
|
|
||||||
|
layerrule = blur, swaync-control-center
|
||||||
|
|
||||||
|
layerrule = ignorezero, swaync-control-center
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
master {
|
master {
|
||||||
new_status = slave
|
new_status = slave
|
||||||
new_on_top = 1
|
new_on_top = 1
|
||||||
mfact = 0.6
|
mfact = 0.7
|
||||||
orientation = right
|
orientation = left
|
||||||
|
|
||||||
|
slave_count_for_center_master = 2
|
||||||
|
center_master_slaves_on_right = false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,4 @@ source = $config/Keybinds.conf
|
||||||
source = $config/Monitors.conf
|
source = $config/Monitors.conf
|
||||||
source = $config/WindowRules.conf
|
source = $config/WindowRules.conf
|
||||||
source = $config/WorkspaceRules.conf
|
source = $config/WorkspaceRules.conf
|
||||||
|
source = $config/LayerRules.conf
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ export EDITOR="$VISUAL"
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias vim='nvim'
|
alias vim="nvim"
|
||||||
alias note='(cd ~/Notes/ && ENABLE_GIT_SETUP=true nvim ~/Notes/)'
|
alias note='(cd ~/Notes/ && ENABLE_GIT_SETUP=true nvim ~/Notes/)'
|
||||||
alias note-diary='(cd ~/Notes/ && ENABLE_GIT_SETUP=true nvim ~/Notes/Diary.md)'
|
alias note-diary='(cd ~/Notes/ && ENABLE_GIT_SETUP=true nvim ~/Notes/Diary.md)'
|
||||||
alias note-dsa='(cd ~/DSA/ && ENABLE_GIT_SETUP=true nvim ~/DSA/)'
|
alias note-dsa='(cd ~/DSA/ && ENABLE_GIT_SETUP=true nvim ~/DSA/)'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue