Skip to content

Commit f1ef7c2

Browse files
committed
tiny changes
1 parent f83bb0a commit f1ef7c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gridwm.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ exec = []
33

44
[general]
55
update_ms = "auto"
6-
snowflakes = false
6+
snowflakes = true
77

88
[window]
99
scale_steps = 20
1010
window_bars = true
1111
window_bar_height = 20
1212
reverse_resize = true
13-
window_margin = 14
13+
window_margin = 8
1414

1515
[keyboard]
1616
layout = "de"
@@ -30,7 +30,7 @@ background_color = "#000000"
3030
height = 20
3131
enable = true
3232
update = 3.0
33-
widgets = ["desktop", "time", "battery", "cpu", "mem"] # desktop, time, cpu, mem, battery
33+
widgets = ["desktop", "time", "cpu", "mem"] # desktop, time, cpu, mem, battery
3434

3535
[keybinds]
3636
gridwm = [
@@ -44,4 +44,4 @@ exec = [
4444
["SUPER+SPACE", "rofi -show drun"]
4545
]
4646
move_mod = "SUPER"
47-
resize_mod = "SUPER"
47+
resize_mod = "SUPER"

0 commit comments

Comments
 (0)