|
|
@ -15,7 +15,11 @@ in {
|
|
|
|
config = {
|
|
|
|
config = {
|
|
|
|
defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason
|
|
|
|
defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason
|
|
|
|
modifier = mod;
|
|
|
|
modifier = mod;
|
|
|
|
gaps.inner = 12;
|
|
|
|
# i3-gaps-specific configuration
|
|
|
|
|
|
|
|
gaps = {
|
|
|
|
|
|
|
|
inner = 12;
|
|
|
|
|
|
|
|
smartGaps = true;
|
|
|
|
|
|
|
|
};
|
|
|
|
startup = [
|
|
|
|
startup = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
command = "systemctl --user restart polybar";
|
|
|
|
command = "systemctl --user restart polybar";
|
|
|
|