make it pertty
This commit is contained in:
parent
bd920ad274
commit
2de8b374f9
4 changed files with 24 additions and 15 deletions
|
@ -155,11 +155,12 @@ in
|
|||
|
||||
blur = {
|
||||
enabled = true;
|
||||
size = 10; # minimum 1;
|
||||
size = 15; # minimum 1;
|
||||
passes = 3; # minimum 1, more passes = more resource intensive.;
|
||||
new_optimizations = true;
|
||||
ignore_opacity = false;
|
||||
special = false;
|
||||
noise = 0.2;
|
||||
};
|
||||
|
||||
shadow = {
|
||||
|
@ -170,7 +171,7 @@ in
|
|||
scale = 0.998;
|
||||
range = 20;
|
||||
};
|
||||
dim_inactive = false;
|
||||
dim_inactive = true;
|
||||
dim_strength = 0.2;
|
||||
dim_special = 0;
|
||||
};
|
||||
|
@ -264,7 +265,9 @@ in
|
|||
"SUPER,B,exec,/home/chris/bin/fflof"
|
||||
"SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer"
|
||||
"SUPERCTRL,i,exec,alacritty --class btop -e btop"
|
||||
",Print,exec,screenshot"
|
||||
"SUPERSHIFT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m region"
|
||||
"SUPERALT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m window"
|
||||
"SUPERCTRL,p,exec,${pkgs.hyprshot}/bin/hyprshot -m active"
|
||||
"SUPERSHIFT,mouse_down,exec,zoomin in"
|
||||
"SUPERSHIFT,mouse_up,exec,zoomin out"
|
||||
"SUPERALT,r,exec,zoomin in"
|
||||
|
@ -288,10 +291,10 @@ in
|
|||
"SUPERCTRL,l,splitratio,+0.05"
|
||||
"SUPERCTRL,h,splitratio,-0.05"
|
||||
"SUPERSHIFT,c,centerwindow"
|
||||
"ALTCTRL,l,moveintogroup,right"
|
||||
"ALTCTRL,h,moveintogroup,left"
|
||||
"ALTCTRL,k,moveintogroup,up"
|
||||
"ALTCTRL,j,moveintogroup,down"
|
||||
"SUPERSHIFT,Right,moveintogroup,right"
|
||||
"SUPERSHIFT,Left,moveintogroup,left"
|
||||
"SUPERSHIFT,Up,moveintogroup,up"
|
||||
"SUPERSHIFT,Down,moveintogroup,down"
|
||||
"SUPERALT,g,togglegroup"
|
||||
|
||||
"SUPER,1,workspace,1"
|
||||
|
@ -369,6 +372,7 @@ in
|
|||
"eww open ${if laptop then "bar0" else "bar1"}"
|
||||
# "dunst"
|
||||
# "waybar"
|
||||
"swww-daemon"
|
||||
"rbw-agent"
|
||||
"hyprctl dispatch --batch 'splitratio 1; splitration -0.35'"
|
||||
"dbus-update-activation-environment --systemd --all"
|
||||
|
@ -379,8 +383,8 @@ in
|
|||
"kdeconnect-indicator"
|
||||
"wl-paste --watch cliphist store"
|
||||
"hyprctl setcursor phinger-cursors-light 24"
|
||||
# "sleep 3 && swww img /home/chris/pics/wallpapers/nixorange.jpeg --resize crop -t grow --transition-bezier .14,0,.14,.99"
|
||||
"nm-tray"
|
||||
"swww img /home/chris/pics/wallpapers/tech.jpg --resize crop -t grow --transition-bezier .14,0,.14,.99"
|
||||
# "emacs --daemon"
|
||||
];
|
||||
xwayland = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue