Disable rouning in hyprland
This commit is contained in:
parent
ad746da096
commit
07c561e996
2 changed files with 2 additions and 3 deletions
|
@ -27,7 +27,6 @@ env = XCURSOR_SIZE,24
|
||||||
exec-once = systemctl --user start polkit-gnome-authentication-agent-1
|
exec-once = systemctl --user start polkit-gnome-authentication-agent-1
|
||||||
#exec-once = hyprctl setcursor Catppuccin-Frappe-Blue-Cursors 24
|
#exec-once = hyprctl setcursor Catppuccin-Frappe-Blue-Cursors 24
|
||||||
exec-once = watch waybar
|
exec-once = watch waybar
|
||||||
exec-once = wayvnc 100.120.210.58
|
|
||||||
exec-once = mako
|
exec-once = mako
|
||||||
exec-once = swww init
|
exec-once = swww init
|
||||||
exec-once = sleep 5 & swww img /home/insert/Documents/cat-background/background.png
|
exec-once = sleep 5 & swww img /home/insert/Documents/cat-background/background.png
|
||||||
|
@ -69,7 +68,7 @@ general {
|
||||||
decoration {
|
decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 10
|
rounding = 0
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
|
@ -114,7 +114,7 @@ general {
|
||||||
decoration {
|
decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 10
|
rounding = 0
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
Loading…
Reference in a new issue