Swap defaults to lua
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
# This directory is intended for permanent config toggle flags.
|
||||
# Do not remove this file (as the directory always needs at least one file).
|
||||
@@ -0,0 +1,2 @@
|
||||
-- This directory is intended for permanent config toggle flags.
|
||||
-- Do not remove this file; the directory always needs at least one file.
|
||||
@@ -1,5 +0,0 @@
|
||||
# Avoid overly wide single-window layouts on wide screens
|
||||
layout {
|
||||
single_window_aspect_ratio = 1 1
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
-- Avoid overly wide single-window layouts on wide screens.
|
||||
hl.config({
|
||||
layout = {
|
||||
single_window_aspect_ratio = { 1, 1 },
|
||||
},
|
||||
})
|
||||
@@ -1,10 +0,0 @@
|
||||
# Remove all window gaps and borders
|
||||
general {
|
||||
gaps_out = 0
|
||||
gaps_in = 0
|
||||
border_size = 0
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 0
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
-- Remove all window gaps and borders.
|
||||
hl.config({
|
||||
general = {
|
||||
gaps_out = 0,
|
||||
gaps_in = 0,
|
||||
border_size = 0,
|
||||
},
|
||||
|
||||
decoration = {
|
||||
rounding = 0,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user