Skip to content

Commit 6f3c8f8

Browse files
committed
small fixes for waybar and nvim
1 parent abc8861 commit 6f3c8f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dot_files/nvim/sysinit.lua

Lines changed: 0 additions & 1 deletion
This file was deleted.

dot_files/nvim/sysinit.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- bootstrap lazy.nvim, LazyVim and your plugins
2+
require("config.lazy")

dot_files/waybar/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"height": 34,
55
"spacing": 4,
66
"mode": "dock",
7-
"start_hidden": true,
7+
"start_hidden": false,
88
"exclusive": true,
99
"passthrough": false,
1010
"gtk-layer-shell": true,

0 commit comments

Comments
 (0)