test
This commit is contained in:
parent
2a33da2c9e
commit
03937d9ab1
1 changed files with 5 additions and 5 deletions
|
@ -54,12 +54,14 @@
|
||||||
inactive_opacity = 0.7
|
inactive_opacity = 0.7
|
||||||
fullscreen_opacity = 0.95
|
fullscreen_opacity = 0.95
|
||||||
blur = true
|
blur = true
|
||||||
blur_size = 30
|
|
||||||
blur_passes = 3
|
|
||||||
drop_shadow = true
|
drop_shadow = true
|
||||||
shadow_range = 4
|
shadow_range = 4
|
||||||
shadow_render_power = 3
|
shadow_render_power = 3
|
||||||
col.shadow = rgba(1a1a1aee)
|
col.shadow = rgba(1a1a1aee)
|
||||||
|
blur {
|
||||||
|
size = 30
|
||||||
|
passes = 3
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
animations {
|
animations {
|
||||||
|
@ -140,7 +142,7 @@
|
||||||
# Show Rofi on SUPER-S
|
# Show Rofi on SUPER-S
|
||||||
bind = $mainMod, S, exec, rofi -show drun -show-icons
|
bind = $mainMod, S, exec, rofi -show drun -show-icons
|
||||||
# Show Rofi on SUPER-SPACE
|
# Show Rofi on SUPER-SPACE
|
||||||
bind = $mainMod SPACE, , exec, rofi -show drun -show-icons
|
bind = $mainMod, space, exec, rofi -show drun -show-icons
|
||||||
# Take a screenshot with the Print key
|
# Take a screenshot with the Print key
|
||||||
bind =,Print,exec,grim
|
bind =,Print,exec,grim
|
||||||
# Move to the previous / next workspace with SUPER-LEFT and SUPER-RIGHT
|
# Move to the previous / next workspace with SUPER-LEFT and SUPER-RIGHT
|
||||||
|
@ -163,8 +165,6 @@
|
||||||
swww img /etc/nixos/git/desktops/wallpapers/gruvbox/wallpaper4.jpg &
|
swww img /etc/nixos/git/desktops/wallpapers/gruvbox/wallpaper4.jpg &
|
||||||
nm-applet --indicator &
|
nm-applet --indicator &
|
||||||
waybar &
|
waybar &
|
||||||
|
|
||||||
notify-send "Welcome to Hyprland!"
|
|
||||||
mako
|
mako
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue