added hyprfloat and some other stuff

This commit is contained in:
voidarclabs
2026-01-04 19:31:55 +00:00
parent af0724eee4
commit e0d6d1f55b
7 changed files with 46 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
#cool decorations
exec-once = kitten panel --edge=background -o background_opacity=0 --output-name HDMI-A-1 sh -c "cmatrix -b -C magenta -a -u 10"
exec-once = kitten panel --edge=background -o background_opacity=0 --output-name DP-2 sh -c "cava"
exec-once = kitten panel --edge=background -o background_opacity=0 --output-name DP-1 sh -c "fastfetch && tail -f /dev/null"
exec-once = hyprfloat

View File

@@ -0,0 +1,35 @@
{
"terminal_classes":[
"kitty",
"thunar"
],
"ignore_titles":[
"notificationtoasts_\\d+_desktop"
],
"monitors":{
"DP-1":{
"width":1364,
"height":767,
"offset":[
0,
0
]
},
"DP-2":{
"width":1364,
"height":767,
"offset":[
0,
0
]
},
"HDMI-A-1":{
"width":1364,
"height":767,
"offset":[
0,
0
]
}
}
}